/* ============================================================
   reFrame · font della landing, serviti dal nostro dominio
   Solo le cinque famiglie che il sito usa davvero: ogni file in
   più è peso scaricato per niente. Sono variable font, quindi un
   file solo copre tutti i pesi da 100 a 900.
   Nessuna chiamata a Google Fonts: niente terze parti, niente
   consenso da chiedere per i font.
   ============================================================ */

/* titoli e numeri grandi */
@font-face{
  font-family:"Boska";
  src:url("./Boska-Variable.woff2") format("woff2-variations");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

/* testo corrente */
@font-face{
  font-family:"Switzer";
  src:url("./Switzer-Variable.woff2") format("woff2-variations");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

/* marchio, corsivi e numeri delle righe */
@font-face{
  font-family:"Gambetta";
  src:url("./Gambetta-Variable.woff2") format("woff2-variations");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Gambetta";
  src:url("./Gambetta-VariableItalic.woff2") format("woff2-variations");
  font-weight:100 900;
  font-style:italic;
  font-display:swap;
}

/* occhielli in maiuscoletto spaziato */
@font-face{
  font-family:"General Sans";
  src:url("./GeneralSans-Variable.woff2") format("woff2-variations");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
