/* Font ospitati in locale, sostituiscono fonts.googleapis.com / fonts.gstatic.com.
   Subset "latin" (include accenti italiani à/è/ì/ò/ù), nessun trasferimento verso Google. */

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('lora-normal-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('lora-italic-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('raleway-normal-var.woff2') format('woff2');
}
