/* Inter Font - Self-hosted from downloaded files */
@font-face {
    font-family: 'Inter';
    src: url('./Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}

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

/* Fallback for older browsers - using static Regular and Bold */
@font-face {
    font-family: 'Inter';
    src: url('./static/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('./static/Inter_18pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}