/* Jost - font locale, sostituisce Google Fonts
   Pesi inclusi: solo quelli effettivamente usati nella pagina (500, 600, 700, 800)
   Percorso atteso: assets/fonts/jost/
   Rinomina i file .woff2 scaricati da google-webfonts-helper
   secondo lo schema sotto, oppure adatta i path se mantieni
   i nomi originali del tool. */

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/jost-v20-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/jost-v20-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/jost-v20-latin-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/jost-v20-latin-800.woff2') format('woff2');
}
