@font-face {
    font-family: 'Inter'; 
    src: url('./inter/Inter-VariableFont-opsz-wght.ttf') format('truetype'); /*
    src: url('./inter/Inter-Regular.woff') format('woff');*/
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter'; 
    src: url('./inter/Inter-Italic-VariableFont-opsz-wght.ttf') format('truetype'); /*
    src: url('./inter/Inter-Italic.woff') format('woff'); */
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
