/*
 * uDesk landing — self-hosted fonts (no render-blocking external requests).
 * Inter        → body / UI (workhorse)
 * Plus Jakarta → H1–H3 section headings
 * Jersey 20/25 → oversized display numerals & short punch words only
 * Stack Sans Notch → NOT SHIPPED (no licensed file exists in the project).
 *                    Eyebrow labels fall back to Inter uppercase + wide tracking.
 */

/* ---------- Inter (body / UI) ---------- */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/inter-latin-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/inter-latin-600-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/inter-latin-700-normal.woff2') format('woff2');
}

/* ---------- Plus Jakarta Sans (body / links / nav / pills — weights 400/500/600/700) ---------- */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/plus-jakarta-sans-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/plus-jakarta-sans-latin-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/plus-jakarta-sans-latin-600-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/plus-jakarta-sans-latin-700-normal.woff2') format('woff2');
}

/* ---------- Jersey 20 / 25 (display accents only) ---------- */
@font-face {
    font-family: 'Jersey 20';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/jersey-20-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Jersey 25';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/jersey-25-latin-400-normal.woff2') format('woff2');
}
