/**
 * @name CormorantGaramond / FontFace
 * @package fabrice_lauterjung
 * @author Samuel Diakité (sdiakite@extrafine.fr)
 * @copyright © 2023 Samuel Diakité
 */


@font-face {
    font-family: 'CormorantGaramond';
    src: url('cormorantgaramond-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'CormorantGaramond';
    src: url('cormorantgaramond-bolditalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}


@font-face {
    font-family: 'CormorantGaramond';
    src: url('cormorantgaramond-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}


@font-face {
    font-family: 'CormorantGaramond';
    src: url('cormorantgaramond-mediumitalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}


@font-face {
    font-family: 'CormorantGaramond';
    src: url('cormorantgaramond-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

