/* KEIZAC TECH — fuentes self-hosted (antes Google Fonts).
   Son las fuentes variables de Google en subset latino (cubre ES/EN):
   un solo archivo por familia sirve todos los pesos que usa el sitio.
   Self-hostearlas quita una conexión a terceros (privacidad + velocidad)
   y el sitio carga aunque Google Fonts esté caído o bloqueado. */

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('../assets/fonts/sora-latin-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/inter-latin-var.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('../assets/fonts/jetbrains-mono-latin-var.woff2') format('woff2');
}
