/* ------------------------------------------------------------------
   Geist (variable WOFF2) served from jsDelivr's npm mirror. Keeping the
   fonts off-tree keeps the dashboard repo small; the trade-off is one
   CDN dependency at first paint. font-display:swap means Geist
   degrades to ui-sans-serif until it lands, never holding text hostage.
   ------------------------------------------------------------------ */
@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Variable.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Geist Mono';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-mono/GeistMono-Variable.woff2') format('woff2-variations');
}
