/* ==========================================================
   Font auto-ospitati (Anton, Inter, Nothing You Could Do).
   Prima venivano caricati da Google Fonts, ma cosi' il sito
   dipende da una connessione esterna che puo' essere bloccata
   (reti aziendali, anteprime locali, ecc.) - con il file qui
   dentro il tema funzionano sempre, anche offline.
   ========================================================== */

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

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nothing You Could Do";
  src: url("../fonts/NothingYouCouldDo-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
