/*
 * uDesk landing — self-hosted fonts (no render-blocking external requests).
 * Inter             → body / UI (workhorse)
 * Plus Jakarta Sans → long body / links / nav (legacy sections)
 * Jersey 20/25      → oversized pixel display headlines & Jersey CTAs
 * Stack Sans Notch  → hero secondary headings / summary lines (self-hosted)
 */

/* ---------- 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');
}

/* ---------- Stack Sans Notch (hero secondary headings) ---------- */
@font-face {
    font-family: 'Stack Sans Notch';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/stack-sans-notch-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Stack Sans Notch';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/stack-sans-notch-latin-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Stack Sans Notch';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/stack-sans-notch-latin-600-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Stack Sans Notch';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/stack-sans-notch-latin-700-normal.woff2') format('woff2');
}
