/*
 * Sprint Enterprise Technology — Poppins font faces
 *
 * Self-hosted Poppins. Include this BEFORE tokens.css if you want the bundled
 * font; omit it if your application already provides Poppins via its own
 * pipeline (e.g. Google Fonts, npm package, design-system bundle).
 *
 * Only the six weights the brand guidelines specify for product UI are
 * declared here (300, 400, 500, 600, 700, 800). The full Poppins family —
 * including thin, black and all italic variants — is available in /fonts
 * if a specific marketing surface needs them.
 *
 * woff2 files are used as the primary source for weights 300–700 (smaller
 * payload, broad browser support). TTF is retained as a fallback. Weight 800
 * has no woff2 in this bundle — TTF only. A 300-italic woff2 is also included
 * for marketing surfaces that need it.
 *
 * Poppins is licensed under the SIL Open Font License v1.1.
 * See /fonts/OFL.txt for full terms.
 */

@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-v24-latin-300.woff2") format("woff2"),
         url("../fonts/Poppins-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-v24-latin-300italic.woff2") format("woff2"),
         url("../fonts/Poppins-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-v24-latin-regular.woff2") format("woff2"),
         url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-v24-latin-500.woff2") format("woff2"),
         url("../fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-v24-latin-600.woff2") format("woff2"),
         url("../fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-v24-latin-700.woff2") format("woff2"),
         url("../fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
