/* Exo 2 - self-hosted subset (latin, pesi 300/400/500/700) */
/* Sostituisce la richiesta esterna a fonts.googleapis.com per evitare
   la connessione a domini terzi e ridurre le richieste HTTP. */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('exo2-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('exo2-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('exo2-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('exo2-700.woff2') format('woff2');
}
