/* Fuentes autoalojadas (Google Fonts, SIL OFL) — variante 2:
   Sora para títulos e interfaz (geométrica, redondeada, con carácter),
   Inter para el cuerpo. */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/Sora-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/Inter-var.woff2') format('woff2');
}
