/* EB Garamond — roman + italic (variabile, pesi 400–600)
   Sostituisce Cormorant Garamond dal 29/08/2026: stesso garamond storico,
   ma con occhio piu' grande e aste piu' piene, leggibile nel testo corrente.
   Il Cormorant resta in Sito/_font-backup-cormorant/ per un eventuale ritorno. */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(../assets/fonts/eb-garamond.woff2) format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url(../assets/fonts/eb-garamond-italic.woff2) format('woff2');
}
