/* Local fonts only — no third-party CDN, no Google Fonts.
   Geist & Geist Mono by Vercel, licensed under SIL OFL 1.1.
   See ./fonts/OFL.txt for the license. */

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url('./fonts/Geist-Variable.woff2') format('woff2-variations'),
         url('./fonts/Geist-Variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Geist Mono';
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url('./fonts/GeistMono-Variable.woff2') format('woff2-variations'),
         url('./fonts/GeistMono-Variable.woff2') format('woff2');
}
