/* ============================================================
   I FONT DEL BRAND, SERVITI DA QUI
   Cormorant Garamond e Jost sono i caratteri del brand kit
   (cartella 03_Font, licenza SIL Open Font). Sono file variabili:
   un file solo contiene tutti i pesi. Li serviamo dal nostro
   dominio invece che da Google: il sito è più veloce, funziona
   anche offline nella PWA e non manda l'indirizzo IP dei
   visitatori a un servizio esterno.
   ============================================================ */

@font-face{
  font-family:"Cormorant Garamond";
  src:url("../fonts/cormorant-garamond.woff2") format("woff2-variations");
  font-weight:300 700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Cormorant Garamond";
  src:url("../fonts/cormorant-garamond-italic.woff2") format("woff2-variations");
  font-weight:300 700; font-style:italic; font-display:swap;
}
@font-face{
  font-family:"Jost";
  src:url("../fonts/jost.woff2") format("woff2-variations");
  font-weight:100 900; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Jost";
  src:url("../fonts/jost-italic.woff2") format("woff2-variations");
  font-weight:100 900; font-style:italic; font-display:swap;
}
