/* =====================================
   HPEW Custom Styles — Brand Heading Typography
   Default heading formatting applied site-wide.
   ======================================== */

/* ---- Global default heading scale ---- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #2C2D3F;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-weight: 700;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
    font-weight: 600;
}

h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

h6 {
    font-size: 1rem;
    font-weight: 600;
}

/* ---- Brand accents inside rendered CMS content ---- */
.news-text h2,
#page-content h2,
.page-content h2,
#faq-accordion .card-body h2 {
    position: relative;
    padding-bottom: 0.35em;
    margin-bottom: 0.9em;
}

.news-text h2:after,
#page-content h2:after,
.page-content h2:after,
#faq-accordion .card-body h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 3px;
    border-radius: 2px;
    background: #049ce4;
}

.news-text h3,
.news-text h4,
#page-content h3,
#page-content h4,
.page-content h3,
.page-content h4,
#faq-accordion .card-body h3,
#faq-accordion .card-body h4 {
    color: #2C2D3F;
    margin-bottom: 0.6em;
}
