/*
    ==========================================================
    PROJECT : SITE-GENERIQUE
    FILE    : css/fonts-cormorant-garamond.css
    AUTH    : Renaud
    CREATED : 21 février 2026
    UPDATED : 21 février 2026
    ==========================================================
*/

/**
*   @project        SITE-GENERIQUE
*   @description    Définition de la famille Cormorant Garamond (300 à 700).
*                   Police serif pour les titres et accents.
*
*   @file           css/fonts-cormorant-garamond.css
*/

/* --- 300 - LIGHT --- */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url("fonts/CormorantGaramond-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url("fonts/CormorantGaramond-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* --- 400 - REGULAR --- */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url("fonts/CormorantGaramond-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url("fonts/CormorantGaramond-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* --- 500 - MEDIUM --- */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url("fonts/CormorantGaramond-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url("fonts/CormorantGaramond-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* --- 600 - SEMIBOLD --- */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url("fonts/CormorantGaramond-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url("fonts/CormorantGaramond-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* --- 700 - BOLD --- */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url("fonts/CormorantGaramond-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url("fonts/CormorantGaramond-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}