/**
 * @name NotesEsa / FontFace
 * @package esa
 * @author Samuel Diakité (sdiakite@extrafine.fr)
 * @copyright © 2024 Samuel Diakité
 */


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


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


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


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

