/* Tipografías del rediseño (Space Grotesk + Hanken Grotesk), auto-hospedadas:
   sin CDN externo — mejor privacidad (RGPD) y una petición menos a terceros.
   Ambas son fuentes variables: un solo fichero cubre todo el rango de pesos.
   Los ficheros son el subset "latin" de Google Fonts, que cubre el español
   completo (ñ, tildes, ¿, ¡). No se declara unicode-range: si algún carácter
   quedara fuera del subset, el navegador cae al tipo del sistema. */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/assets/fonts/spacegrotesk-var.woff2) format('woff2');
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/fonts/hankengrotesk-var.woff2) format('woff2');
}
