/* ================================================
   fonts.css — @font-face declarations
   CabinetGrotesk (UI / headings) + Spectral (body)
   Weights kept: Regular (400) + Bold (700) for Cabinet;
                 Regular, Italic, Bold, BoldItalic for Spectral.
   ================================================ */

/* --- CabinetGrotesk --- */

@font-face {
    font-family: "CabinetGrotesk";
    src: url("/fonts/CabinetGrotesk/CabinetGrotesk-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CabinetGrotesk";
    src: url("/fonts/CabinetGrotesk/CabinetGrotesk-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* --- Spectral --- */

@font-face {
    font-family: "Spectral";
    src: url("/fonts/Spectral/Spectral-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Spectral";
    src: url("/fonts/Spectral/Spectral-Italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Spectral";
    src: url("/fonts/Spectral/Spectral-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Spectral";
    src: url("/fonts/Spectral/Spectral-BoldItalic.woff2") format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
