/* ── Inter v18 (static, latin) ────────────────────────────────── */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./inter/inter-v18-latin-300.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./inter/inter-v18-latin-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(./inter/inter-v18-latin-italic.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./inter/inter-v18-latin-500.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./inter/inter-v18-latin-600.woff2) format('woff2');
}

/* ── Open Sans v44 (variable, latin) ─────────────────────────── */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(./open-sans/open-sans-v44-latin-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url(./open-sans/open-sans-v44-latin-italic.woff2) format('woff2');
}

/* ── Font attivo ─────────────────────────────────────────────── */
:root {
  /* --theme-font: 'Inter'; */
  --theme-font: 'Open Sans';
}
