@font-face {
    font-family: 'Inter';
    src: url('/static/fonts/Inter-VariableFont_opsz,wght.ttf');

    font-weight: 200 900;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/static/fonts/Inter-Italic-VariableFont_opsz,wght.ttf');

    font-weight: 200 900;
    font-style: italic;
}
