@font-face {
    font-family: "WorkSans";
    src: url("work_sans/WorkSans-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "WorkSans";
    src: url("work_sans/WorkSans-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("roboto/Roboto-VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("roboto/Roboto-Italic-VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
:root {
    --font-standard: "Roboto";
    --font-headline: "WorkSans";
    --font-navigation: "WorkSans";
    --font-quote: "WorkSans";
}
