/* Block Berthold */
@font-face {
    font-family: 'Block Berthold';
    src: url('../fonts/Block Berthold/Block Berthold Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Kabel */
@font-face {
    font-family: 'Kabel';
    src: url('../fonts/Kabel Black Regular.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

/* Montserrat (variable font — une seule déclaration suffit) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
