/* ================================
   LOCAL FONTS
   ================================ */

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

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/inter/InterVariable-Italic.ttf') format('truetype-variations');
    font-named-instance: 'Italic';
}

/* 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: 300;
        font-display: swap;
        src: url('../fonts/inter/InterVariable.ttf') format('truetype');
    }
    
    @font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url('../fonts/inter/InterVariable.ttf') format('truetype');
    }
    
    @font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url('../fonts/inter/InterVariable.ttf') format('truetype');
    }
    
    @font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url('../fonts/inter/InterVariable.ttf') format('truetype');
    }
    
    @font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url('../fonts/inter/InterVariable.ttf') format('truetype');
    }
}
