/* Geist y JetBrains Mono, descargadas y guardadas acá (2026-09-07) en vez
   de pedirlas a Google Fonts en la nube en cada carga - mismo motivo que
   Tabler (ver templates/base.html): que el sistema no dependa de un
   servicio externo para verse bien, sobre todo el primer ingreso del día
   en un dispositivo que todavía no tiene nada cacheado por el Service
   Worker. Solo se bajaron los pesos que el sistema realmente usa (Geist
   300/400/500/600, JetBrains Mono 400/500/600) y solo la variante "latin"
   (letras y números normales, sin cirílico/griego/vietnamita) para no
   pesar de más - si en el futuro hace falta otro alfabeto, hay que volver
   a bajar el paquete completo de @fontsource. */

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(geist/geist-latin-300-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(geist/geist-latin-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(geist/geist-latin-500-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(geist/geist-latin-600-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(geist/geist-latin-700-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(jetbrains-mono/jetbrains-mono-latin-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(jetbrains-mono/jetbrains-mono-latin-500-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(jetbrains-mono/jetbrains-mono-latin-600-normal.woff2) format('woff2');
}
