/* Inter self-hosted (variable font) — reemplaza rsms.me externo para mejorar LCP y quitar dependencia de
   terceros. Cubre pesos 100–900 con un solo archivo. font-display:swap → el texto se ve al instante con la
   fuente de sistema y cambia a Inter al cargar (sin bloqueo de render). Origen: rsms.me/inter (SIL OFL). */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/InterVariable-Italic.woff2') format('woff2');
}
/* Alias por si algún estilo usa el nombre de la variable directamente. */
@font-face {
  font-family: 'InterVariable';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/InterVariable.woff2') format('woff2');
}
