/* assets/css/fonts-locali.css */


/* ── CRIMSON PRO — corpo testo narrativo, sito intero ────────────── */

@font-face {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/crimson-pro/crimson-pro-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/crimson-pro/crimson-pro-latin-600-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Crimson Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/crimson-pro/crimson-pro-latin-400-italic.woff2') format('woff2');
}

/* ── INTER — UI, sito intero ──────────────────────────────────────── */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/inter/inter-latin-500-normal.woff2') format('woff2');
}

/* ── CINZEL — titoli, solo home page ─────────────────────────────── */

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/cinzel/cinzel-latin-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/cinzel/cinzel-latin-700-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/cinzel/cinzel-latin-900-normal.woff2') format('woff2');
}

/* ── MERRIWEATHER — testi descrittivi, solo home page ─────────────── */

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/merriweather/merriweather-latin-300-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/merriweather/merriweather-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/merriweather/merriweather-latin-300-italic.woff2') format('woff2');
}
