@font-face {
    font-family: 'Open Sans';
    src: url('/assets/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* Range of weights */
    font-stretch: 75% 125%; /* Range of widths, if supported */
}

@font-face {
    font-family: 'Open Sans';
    src: url('/assets/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* Range of weights */
    font-stretch: 75% 125%; /* Range of widths, if supported */
    font-style: italic;
}
