/* === DASHIELL BRIGHT === */
@font-face {
    font-family: 'dashiell-bright';
    src: url('Dashiell-Bright.woff2') format('woff2'); /* ← CORRIGÉ : nom de fichier */
    font-weight: 900;
    font-style: italic;
    font-display: swap;
    ascent-override: 82%;     /* Plus haute pour une display font */
    descent-override: 30%;    /* Descendeurs plus profonds */
    line-gap-override: 0%;
}
/* === GESTA === */
@font-face {
    font-family: 'gesta';
    src: url('Gesta-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    ascent-override: 75%;
    descent-override: 25%;
    line-gap-override: 0%;
}

@font-face {
    font-family: 'gesta';
    src: url('Gesta-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    ascent-override: 75%;
    descent-override: 25%;
    line-gap-override: 0%;
}

@font-face {
    font-family: 'gesta';
    src: url('Gesta-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    ascent-override: 75%;
    descent-override: 25%;
    line-gap-override: 0%;
}

@font-face {
    font-family: 'gesta';
    src: url('Gesta-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    ascent-override: 75%;
    descent-override: 25%;
    line-gap-override: 0%;
}

