/**
 * @name FontTmp / FontFace
 * @package jeremy_liron
 * @author Samuel Diakité (sdiakite@extrafine.fr)
 * @copyright © 2025 Samuel Diakité
 */


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


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

