/* =========================================================
   Font ospitati localmente (self-hosted)
   Sostituiscono Google Fonts per non trasmettere l'IP
   dei visitatori a Google (privacy / GDPR).
   I file .woff2 vanno messi nella cartella /fonts alla
   radice del sito. Vedi le istruzioni nel README-fonts.
   ========================================================= */

/* ---------- Playfair Display (titoli) ---------- */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/playfair-display-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/playfair-display-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/playfair-display-500-italic.woff2') format('woff2');
}

/* ---------- Caveat (scritte a mano) ---------- */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/caveat-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/caveat-700.woff2') format('woff2');
}

/* ---------- Lora (testo) ---------- */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/lora-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/lora-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/lora-400-italic.woff2') format('woff2');
}
