/*
 * ════════════════════════════════════════════════════════════
 *  PLSAT Telemetría — Fuentes vendorizadas (offline)
 * ════════════════════════════════════════════════════════════
 *  Hanken Grotesk (titulares) + Geist Mono (datos/números), servidas
 *  localmente desde vendor/fonts/ (sin CDN en runtime; prod aislado).
 *  Define tokens --font-headline y --font-mono para usarlas en la capa
 *  de diseño. Reutilizable en todas las páginas (se enlaza por fase).
 * ════════════════════════════════════════════════════════════
 */

/* ── Hanken Grotesk (titulares) ─────────────────────────────── */
@font-face { font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 400; font-display: swap; src: url('../vendor/fonts/hanken-grotesk-400.woff2') format('woff2'); }
@font-face { font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 500; font-display: swap; src: url('../vendor/fonts/hanken-grotesk-500.woff2') format('woff2'); }
@font-face { font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 600; font-display: swap; src: url('../vendor/fonts/hanken-grotesk-600.woff2') format('woff2'); }
@font-face { font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 700; font-display: swap; src: url('../vendor/fonts/hanken-grotesk-700.woff2') format('woff2'); }
@font-face { font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 800; font-display: swap; src: url('../vendor/fonts/hanken-grotesk-800.woff2') format('woff2'); }

/* ── Geist Mono (datos / números / telemetría) ──────────────── */
@font-face { font-family: 'Geist Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('../vendor/fonts/geist-mono-400.woff2') format('woff2'); }
@font-face { font-family: 'Geist Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('../vendor/fonts/geist-mono-500.woff2') format('woff2'); }

:root {
  --font-headline: 'Hanken Grotesk', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono:     'Geist Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
