/**
 * Inter Variable Font - Nielsen Norman Group Typography Standard
 *
 * Self-hosted variable font (opsz + wght axes) for LTR typography.
 * Matches NNGroup: "Inter Variable", "Inter", sans-serif.
 * Source: Google Fonts (Inter with opsz 14-32, wght 100-900)
 *
 * Usage: font-family: 'Inter Variable', 'Inter', sans-serif;
 */

@font-face {
    font-family: 'Inter Variable';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('InterVariable.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter Variable';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('InterVariable-Italic.woff2') format('woff2');
}

/* Alias: "Inter" resolves to same variable font (fallback for older selectors) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('InterVariable.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('InterVariable-Italic.woff2') format('woff2');
}
