/* Fuentes auto-alojadas (descargadas de Google Fonts, solo el subset
   "latin", que cubre los caracteres del castellano: áéíóúñ¿¡ y mayúsculas).
   Sustituye a los <link> de CDN (rsms.me/inter y fonts.googleapis.com)
   que se usaban antes. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter/Inter-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter/Inter-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Petrona';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/petrona/Petrona-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Petrona';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/petrona/Petrona-Bold.woff2') format('woff2');
}
