@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('ttf');
}

html, body {
    font-family: 'Open Sans', sans-serif;
}

.hidden {
    display: none;
}
