/**
 * Local Fonts - Inter Variable Font
 * Single file supports all weights (100-900)
 */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-named-instance: 'Regular';
}

/* Fallback for browsers that don't support variable fonts */
@supports not (font-variation-settings: normal) {
    @font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    }
}
