/* ============================================================================
   CARATTERI DEL SITO — ospitati qui, non presi dal CDN di Google
   ----------------------------------------------------------------------------
   Prima le pagine chiedevano i caratteri a fonts.googleapis.com. In quel modo
   il browser del visitatore contatta i server di Google appena apre la pagina,
   prima di qualsiasi consenso, e nel farlo comunica il proprio indirizzo IP.
   Con questi file il carattere parte dal nostro server e a Google non arriva
   nulla.

   Sono solo le combinazioni davvero usate dalle pagine, misurate una per una,
   e solo l'alfabeto latino: 18 file, 371 KB in tutto. Il browser scarica solo
   quelli che servono davvero a quello che sta mostrando.

   font-display: swap  =  il testo si legge subito con il carattere di sistema,
   e viene sostituito appena il file e' pronto. Nessuna pagina bianca.

   Se un giorno servisse un peso in piu', si scarica il file da
   fontsource (npm) e si aggiunge un blocco qui sotto.
   ========================================================================== */

/* ---------------------------------------------------------------- Open Sans
   Il carattere del testo corrente, il piu' usato del sito.                  */
@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-display:swap;
  src:url('font/open-sans-latin-300-normal.woff2') format('woff2');}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;
  src:url('font/open-sans-latin-400-normal.woff2') format('woff2');}
@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;
  src:url('font/open-sans-latin-400-italic.woff2') format('woff2');}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;
  src:url('font/open-sans-latin-600-normal.woff2') format('woff2');}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;
  src:url('font/open-sans-latin-700-normal.woff2') format('woff2');}
@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;font-display:swap;
  src:url('font/open-sans-latin-700-italic.woff2') format('woff2');}

/* ------------------------------------------------------------------- Oswald
   I titoli.                                                                 */
@font-face{font-family:'Oswald';font-style:normal;font-weight:400;font-display:swap;
  src:url('font/oswald-latin-400-normal.woff2') format('woff2');}
@font-face{font-family:'Oswald';font-style:normal;font-weight:500;font-display:swap;
  src:url('font/oswald-latin-500-normal.woff2') format('woff2');}
@font-face{font-family:'Oswald';font-style:normal;font-weight:600;font-display:swap;
  src:url('font/oswald-latin-600-normal.woff2') format('woff2');}
@font-face{font-family:'Oswald';font-style:normal;font-weight:700;font-display:swap;
  src:url('font/oswald-latin-700-normal.woff2') format('woff2');}

/* --------------------------------------------------------------------- Lato
   TARIFFE, CONTATTI e i titoli delle sezioni.                               */
@font-face{font-family:'Lato';font-style:normal;font-weight:300;font-display:swap;
  src:url('font/lato-latin-300-normal.woff2') format('woff2');}
@font-face{font-family:'Lato';font-style:normal;font-weight:400;font-display:swap;
  src:url('font/lato-latin-400-normal.woff2') format('woff2');}
@font-face{font-family:'Lato';font-style:normal;font-weight:700;font-display:swap;
  src:url('font/lato-latin-700-normal.woff2') format('woff2');}

/* ------------------------------------------------------------------- Roboto */
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;
  src:url('font/roboto-latin-400-normal.woff2') format('woff2');}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;
  src:url('font/roboto-latin-700-normal.woff2') format('woff2');}

/* ------------------------------------------------------------------- Ubuntu
   Le etichette dei moduli nella sezione contatti.                           */
@font-face{font-family:'Ubuntu';font-style:normal;font-weight:300;font-display:swap;
  src:url('font/ubuntu-latin-300-normal.woff2') format('woff2');}
@font-face{font-family:'Ubuntu';font-style:normal;font-weight:400;font-display:swap;
  src:url('font/ubuntu-latin-400-normal.woff2') format('woff2');}
@font-face{font-family:'Ubuntu';font-style:normal;font-weight:700;font-display:swap;
  src:url('font/ubuntu-latin-700-normal.woff2') format('woff2');}
