/*
   Fuentes Locales de Google Fonts cargadas desde libacc/fonts
   Para evitar peticiones HTTPS externas y modo desconectado.
*/

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../libacc/fonts/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../libacc/fonts/outfit.woff2') format('woff2');
}
