/* ============================================================
   BIOHACKER — Self-hosted Geist variable fonts
   Replaces googleapis.com dependency entirely.
   Source: github.com/vercel/geist-font (SIL OFL 1.1)
   ============================================================ */

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

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