/* Geist font loading (Vercel design system) — self-hosted variable fonts,
   swap for no FOIT. Files live in the theme's /fonts directory, so they are
   served same-origin (no third-party CDN handshake → better LCP). */
@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/Geist-Variable.woff2) format('woff2');
}

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