/**
 * Storefront headline weight — scoped to body.store-front-page.
 * Loads after Tailwind + page styles so titles read as regular weight (400).
 */

body.store-front-page h1,
body.store-front-page h2,
body.store-front-page h3,
body.store-front-page h4,
body.store-front-page h5,
body.store-front-page h6 {
    font-weight: 400 !important;
}

body.store-front-page .portal-heading {
    font-weight: 400 !important;
}

/* Hero / tracking lines often use font-black or font-bold on <p> and card copy */
body.store-front-page .font-black,
body.store-front-page .font-bold {
    font-weight: 400 !important;
}
