/**
 * PHASE Typography Delivery
 *
 * Exclusively for @font-face declarations.
 * Do not define any tokens or structural CSS here.
 */

/* =========================================================
 * 1. SANS-SERIF: Geist Sans
 * ====================================================== */
@font-face {
    font-family: "Geist Sans";
    src: url("../fonts/geist-sans-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist Sans";
    src: url("../fonts/geist-sans-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist Sans";
    src: url("../fonts/geist-sans-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
 * 2. SERIF: Instrument Serif
 * ====================================================== */
@font-face {
    font-family: "Instrument Serif";
    src: url("../fonts/instrument-serif-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Instrument Serif";
    src: url("../fonts/instrument-serif-italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* =========================================================
 * 3. MONOSPACE: Geist Mono
 * ====================================================== */
@font-face {
    font-family: "Geist Mono";
    src: url("../fonts/geist-mono-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
