@font-face {
    font-family: "Roboto";
    src: url("/fonts/roboto/Roboto-Variable.ttf") format("truetype-variations");
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/roboto/Roboto-Italic-Variable.ttf") format("truetype-variations");
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-display: swap;
}

:root {
    --qviarq-font-sans: "Roboto", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--qviarq-font-sans);
}
