@font-face {
    font-family: "RexliaRg-Regular";
    src: url("../fonts/RexliaRg-Regular.woff2") format("woff2"),
         url("../fonts/RexliaRg-Regular.woff") format("woff"),
         url("../fonts/RexliaRg-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --text-font: "RexliaRg-Regular", sans-serif;
    --title-font: "RexliaRg-Regular", sans-serif;
}
