@font-face {
    font-family: 'Work Sans';
    font-display: swap;
    src: url(./WorkSans-VariableFont_wght.ttf) format('truetype');
    font-style: normal;
    font-weight: 100 900;
}

@font-face {
    font-family: 'Work Sans';
    font-display: swap;
    src: url(./WorkSans-Italic-VariableFont_wght.ttf) format('truetype');
    font-style: italic;
    font-weight: 100 900;
}

:root {
    --font-feature-settings: 'ss04' on, 'ss06' on, 'ss01' on;
}
