/* Basteleur Moonlight = Regular */
@font-face {
    font-family: 'Basteleur';
    src: url('./Basteleur-Moonlight.woff2') format('woff2'),
         url('./Basteleur-Moonlight.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Basteleur Bold = poids 700 */
@font-face {
    font-family: 'Basteleur';
    src: url('./Basteleur-Bold.woff2') format('woff2'),
         url('./Basteleur-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
