/**
 * @name Nunito / FontFace
 * @package collinbrionnais_v2
 * @author Samuel Diakité (sdiakite@extrafine.fr)
 * @copyright © 2022 Samuel Diakité
 */


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


@font-face {
    font-family: 'Nunito';
    src: url('nunito-extrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-family: 'Nunito';
    src: url('nunito-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}


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


@font-face {
    font-family: 'Nunito';
    src: url('nunito-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

