/* Caratteri dell'app, inclusi nel progetto: funzionano anche senza internet e senza chiamare
   server esterni. Solo i caratteri latini (italiano compreso): i simboli che mancano, come → e ≥,
   li disegna il carattere di sistema. Licenza SIL Open Font License 1.1, nei file caratteri/OFL-*.txt. */

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("caratteri/barlow-400.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("caratteri/barlow-400-corsivo.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("caratteri/barlow-500.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("caratteri/barlow-600.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("caratteri/barlow-700.woff2") format("woff2");
}

@font-face {
  font-family: "Chakra Petch";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("caratteri/chakra-petch-600.woff2") format("woff2");
}

/* JetBrains Mono è un carattere variabile: un solo file per tutti i pesi da 400 a 700. */
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("caratteri/jetbrains-mono.woff2") format("woff2");
}
