@charset "UTF-8";
/* ==========================================================================
   fonts.css - Fuentes web servidas localmente (100% offline)
   Generado a partir de Google Fonts (API CSS2, User-Agent de Chrome -> woff2).
   No requiere conexion a Internet: todos los .woff2 viven junto a este archivo.
   Rutas relativas: cada src apunta a un .woff2 ubicado junto a este mismo CSS.

   Las tres familias de texto son FUENTES VARIABLES: un solo archivo cubre todo
   el rango de pesos declarado, por eso hay un unico bloque por familia y estilo
   en lugar de un bloque por peso (declarar el rango evita que el navegador
   recorte el eje wght a un valor fijo).

   Los mismos archivos se publican ademas con los nombres que espera
   public/assets/css/tokens.css (lexend.woff2, plus-jakarta-sans.woff2,
   jetbrains-mono.woff2, jetbrains-mono-italic.woff2) para que la aplicacion
   nunca necesite caer al respaldo del CDN de Google.
   ========================================================================== */

/* Lexend - variable, eje wght 100-900 (cubre 400, 600, 700, 800 y los 900 del diseno) */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('lexend-latin-variable.woff2') format('woff2');
}

/* Plus Jakarta Sans - variable, eje wght 200-800 (cubre 400, 500, 600, 700) */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('plus-jakarta-sans-latin-variable.woff2') format('woff2');
}

/* JetBrains Mono - variable, eje wght 100-800 (cubre 400, 500, 700) */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('jetbrains-mono-latin-variable.woff2') format('woff2');
}

/* JetBrains Mono - cursiva variable, eje wght 100-800 */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: italic;
  font-weight: 100 800;
  font-display: swap;
  src: url('jetbrains-mono-italic.woff2') format('woff2');
}

/* Material Symbols Outlined - fuente de iconos variable
   (opsz 20..48, wght 100..700, FILL 0..1, GRAD -50..200; se usa por ligaduras) */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url('material-symbols-outlined.woff2') format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal; font-style: normal; line-height: 1;
  letter-spacing: normal; text-transform: none; display: inline-block;
  white-space: nowrap; word-wrap: normal; direction: ltr;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased;
}
