/*
 * Exacrop — fuentes autohosteadas (sin dependencia de Google Fonts en runtime).
 *
 * material-symbols-outlined-subset.woff2 es un SUBSET con solo los iconos usados:
 *   account_circle, air, bar_chart, check, dark_mode, device_hub, device_thermostat,
 *   eco, extension, format_list_bulleted, hourglass_top, key, light_mode, location_on,
 *   lock, map, monitoring, person_add, satellite_alt, science, tune, warning, water_drop
 *
 * Para agregar un icono nuevo: regenerar el subset con la API CSS2 de Google Fonts
 * (parámetro icon_names) y reemplazar el .woff2 — ver TAREAS_REALIZADAS.md 2026-06-10.
 *
 * IMPORTANTE: al regenerar el subset hay que SUBIR el ?v= de la URL de abajo.
 * Sin eso, quien ya tenga el archivo viejo en caché sigue usándolo y los iconos
 * nuevos se ven como TEXTO CRUDO ('grid_on', 'chevron_right'). Pasó el 2026-07-26.
 */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('material-symbols-outlined-subset.woff2?v=20260727') format('woff2');
}

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

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