/* Déclaration des polices custom */

@font-face {
    font-family:'Kilon';
    src:url('../fonts/Kilon.otf') format('opentype');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face {
    font-family:'ITC Garamond Book Narrow';
    src:url('../fonts/ITC.otf') format('opentype');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}