/* Anton y Nunito (subconjunto latino), descargadas de Google Fonts.
   Licencia SIL Open Font License, que permite alojarlas en el proyecto.
   Nunito es una fuente variable: un solo archivo cubre los pesos 400 a 800. */

@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fuentes/anton-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fuentes/nunito-variable.woff2') format('woff2');
}
