/* ============================================================
   CG Software - Fuentes self-hosted (Geist 1.7.2)
   ------------------------------------------------------------
   Reemplaza al CDN jsdelivr (que dejo de servir el style.css
   y devolvia 404). Se usan las fuentes VARIABLES: un solo
   .woff2 por familia cubre todos los pesos (100-900).
   ============================================================ */

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

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