

/* Police variable — normale */
@font-face {
    font-family: 'Author';
    src: url('fonts/Author-Variable.woff2') format('woff2');
    font-weight: 100 900; /* variable : plage complète */
    font-style: normal;
    font-display: swap;
}

/* Police variable — italique */
@font-face {
    font-family: 'Author';
    src: url('fonts/Author-VariableItalic.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Police display */
@font-face {
    font-family: 'Claudio';
    src: url('fonts/CLAUDIO.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}