/* Fraunces + Inter, self-hosted (sostituisce fonts.googleapis.com). Solo subset latino: copre IT/EN/DE/FR. */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 200 300;
  font-display: swap;
  src: url('fonts/fraunces-italic-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 200 600;
  font-display: swap;
  src: url('fonts/fraunces-normal-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('fonts/inter-var.woff2') format('woff2');
}
