@font-face {
    font-family: 'Inter';
    src: url('/static/fonts/Inter_VariableFont_opsz_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

body {
    font-family: 'Inter', sans-serif;
}
