/*
 * QuaserFAD — Font self-hosted (generato da tools/download_fonts.php)
 * Sostituisce i link a fonts.googleapis.com per conformità GDPR.
 * NON modificare manualmente: viene rigenerato dallo script di download.
 *
 * Famiglie usate nel progetto:
 *   • Exo 2       — pesi 700, 900  (titoli)
 *   • Nunito      — pesi 400, 600, 700, 800  (testo)
 */

/* ── Exo 2 ── */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/exo2-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/exo2-900.woff2') format('woff2');
}

/* ── Nunito ── */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/nunito-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/nunito-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/nunito-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/nunito-800.woff2') format('woff2');
}
