/* ── FONT FIRST-PARTY ─────────────────────────────────────────────────
   Cinzel ed EB Garamond serviti da /assets/fonts/ (SIL Open Font License
   1.1: testi in assets/fonts/OFL-*.txt). Sono i 3 file variabili "latin"
   che Google serviva a questo sito prima del self-hosting (Cinzel
   v26, EB Garamond v33, build Chrome), così come sono: stesso
   unicode-range, font-display: swap. I range font-weight riproducono il
   comportamento precedente: Cinzel 400-900 (asse reale 400-900);
   EB Garamond 400-500 (asse reale 400-800: i pesi oltre 500 restano
   grassetto sintetico, come prima — scelta deliberata, vedi
   NEXT-SESSION.md). Nessuna sorgente locale: la resa non deve dipendere
   dai font installati sul dispositivo. Questo file va caricato da ogni
   pagina che usa i font, PRIMA del suo CSS. I nomi che somigliano a
   codice (la parola local seguita da parentesi, il nome del servizio
   font di Google) sono scritti per esteso di proposito: FONT-01 ora
   ignora i commenti CSS, ma la convenzione resta quella di
   assets/cookie-banner.js. */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/assets/fonts/cinzel-var-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(/assets/fonts/eb-garamond-var-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url(/assets/fonts/eb-garamond-italic-var-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
