/* Las letras del sistema, servidas desde el propio servidor.

   Antes venían de Google Fonts en cada arranque: si Google tardaba o estaba
   bloqueado, la pantalla esperaba, y la CSP tenía que abrirle la puerta a dos
   dominios ajenos. Ahora viajan con el sistema, como todo lo demás.

   Son los mismos archivos que servía Google para el subconjunto «latin», que
   cubre el español completo (acentos, ñ, ¿, ¡). Instancias fijas por peso y no
   la fuente variable a propósito: los TV viejos de la cartelera (Chromium 53)
   no entienden fuentes variables y pintarían todo en regular.

   La usan las tres pantallas: el panel (index.html), la cartelera de los TV
   (cartelera.js) y el diagnóstico (diagnostico/index.html). `font-display:
   swap` pinta con la letra del sistema mientras baja y cambia al llegar. */

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('inter-400.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('inter-500.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('inter-600.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('inter-700.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url('inter-800.woff2') format('woff2'); }

@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url('poppins-600.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url('poppins-700.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 800; font-display: swap; src: url('poppins-800.woff2') format('woff2'); }
