/* Self-hosted webfonts (Inter + Outfit, Latin subset) so body/heading typography
   renders consistently even when Google Fonts can't be reached (slow/blocked network). */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('../fonts/inter-latin-variable.woff2') format('woff2-variations'),
         url('../fonts/inter-latin-variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('../fonts/outfit-latin-variable.woff2') format('woff2-variations'),
         url('../fonts/outfit-latin-variable.woff2') format('woff2');
}
