@font-face {
    font-family: 'TildaSans';
    src: url('/static/fonts/TildaSans-VF.woff2') format('woff2'),
         url('/static/fonts/TildaSans-VF.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html, body, button, input, textarea, select {
    font-family: 'TildaSans', Arial, sans-serif;
}
