/* ── Cormorant Garamond (local) ── */
@font-face {
    font-family: 'Cormorant Garamond';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/cormorant/regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/cormorant/semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url('/fonts/cormorant/italic.ttf') format('truetype');
}

/* ── DM Sans (local) ── */
@font-face {
    font-family: 'DM Sans';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/dmsans/light.ttf') format('truetype');
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/dmsans/regular.ttf') format('truetype');
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/dmsans/medium.ttf') format('truetype');
}

/* ── OpenDyslexic (local) ── */
@font-face {
    font-family: 'OpenDyslexic';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/OpenDyslexic-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'OpenDyslexic';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/OpenDyslexic-Bold.otf') format('opentype');
}
