/*
 * assets/css/fonts.css
 *
 * ATTENZIONE: I nomi dei file qui sotto devono corrispondere
 * ESATTAMENTE ai nomi dei file dei font che hai caricato
 * nella cartella /assets/fonts/.
 */

/* --- Cormorant Garamond --- */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond-v20-latin-regular.woff2') format('woff2');
    font-weight: 400; /* Regular */
    font-style: normal;
    font-display: swap;
}

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

/* --- Inter --- */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-v19-latin-regular.woff2') format('woff2');
    font-weight: 400; /* Regular */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-v19-latin-700.woff2') format('woff2');
    font-weight: 700; /* Bold */
    font-style: normal;
    font-display: swap;
}