/* Font in locale - nessuna dipendenza esterna */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400 700;            /* font variabile: copre tutti i pesi */
  font-display:swap;
  src:url('../fonts/inter.woff2') format('woff2');
}
@font-face{
  font-family:'Rationale';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/rationale-400.woff2') format('woff2');
}
