@font-face {
    font-family: 'Inter';
    font-style: normal; /* See note below */
    font-weight: 200 700;
    font-display: swap;
    src: url('../fonts/inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: italic; /* See note below */
    font-weight: 200 700;
    font-display: swap;
    src: url('../fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
}