/* Robolero — font serviti dal nostro dominio, non da Google.

   Perche': ogni pagina che linka fonts.gstatic.com manda l'indirizzo IP del
   visitatore a un fornitore statunitense prima ancora che possa acconsentire.
   Su questo i tribunali tedeschi si sono gia' pronunciati, e per un sito che
   raccoglie valutazioni e contatti e' una dipendenza che non conviene avere.
   Serviti da qui, il problema non si pone e la pagina non aspetta piu' un
   terzo dominio per mostrare il testo.

   Bricolage Grotesque e IBM Plex sono entrambi SIL Open Font License 1.1, che
   consente esplicitamente di ospitarli in proprio: vedi LICENSE.txt.

   Bricolage Grotesque e IBM Plex Sans sono font VARIABILI: un solo file copre
   tutti i pesi. Google ne serviva una copia per peso, cioe' 402 KB per 134 KB
   di roba vera. Qui l'intervallo si dichiara con "font-weight: 600 800" e il
   browser interpola.

   Solo subset "latin": copre l'italiano completo, accenti ed euro inclusi.
   Se un giorno servisse l'Est Europa, va aggiunto anche "latin-ext". */

@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url(bricolage-grotesque.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(ibm-plex-sans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(ibm-plex-mono-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(ibm-plex-mono-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
