/* =============================================================================
   Tema Cristallo — font self-hostati (variable fonts, subset latin)
   Cormorant Garamond = titoli (eleganza classica) · Jost = testi e interfaccia.
   Il builder potrà sostituire le famiglie riscrivendo questo file e le
   variabili --font-titoli / --font-testo nel CSS del tema.
   ============================================================================= */

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url(cormorant-garamond-latin.woff2) format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300 700;
    font-display: swap;
    src: url(cormorant-garamond-italic-latin.woff2) format('woff2');
}

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