/*
 * slumber-co — self-hosted fonts.
 *
 * Poppins (geometric, friendly headlines — the allowlist substitute for the
 * export's Plus Jakarta Sans, which is NOT part of the curated 6-family
 * allowlist; both are geometric humanist sans faces with a tall x-height, so
 * the "Dawn Light" headline voice survives the swap) + Inter (body copy,
 * navigation, price-display and the tracked-out label caps — the export's own
 * body face). Both ship as real self-hosted .woff2 vendored from the
 * allowlist — no font CDN on the storefront critical path (Lighthouse SEO
 * >= 95 invariant). Each family ships its OFL LICENSE.txt beside the .woff2.
 *
 * Poppins is the latin subset in the 400/600/700 static weights (the
 * DESIGN.md sets display-lg / headline-lg / headline-md at 600 and the brand
 * wordmark at 700). Inter ships discrete 400/500/600-700 weight files
 * (400 body-lg / body-md, 500 label-sm, 600 price-display — the "bold" file
 * covers 600-700).
 */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/poppins/poppins-latin-400-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/poppins/poppins-latin-600-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/poppins/poppins-latin-700-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter/inter-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/inter/inter-medium.woff2') format('woff2');
}

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