/* About page — homepage typography (Inter + Playfair Display) */
.about-page {
    font-family: var(--font-body);
    color: #222222;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page h5,
.about-page h6,
.about-page .section-heading,
.about-page .hd,
.about-page .foot {
    font-family: var(--font-heading);
    font-weight: 400;
}

.about-page p,
.about-page li,
.about-page .featurdpara,
.about-page .bold,
.about-page .impactlist,
.about-page .impactlist li,
.about-page .impactlist li span,
.about-page .member_txt h5,
.about-page .member_txt span {
    font-family: var(--font-body);
}

.about-page .mainimg .h0,
.about-page .mainimg .h0 span {
    font-family: var(--font-heading);
    font-weight: 400;
}

.about-page .section-heading {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400;
    color: #222 !important;
    margin-bottom: 24px;
}

.about-page .featurdpara {
    font-size: 1.125rem;
    line-height: 1.625;
    color: #222 !important;
}

.about-page .hd {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.4;
    color: #222;
    font-weight: 400;
    text-transform: none;
}

.about-page .foot {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.about-page .cstm_key_people h4 {
    font-family: var(--font-body);
    font-weight: 600;
}

.cstm-key-popup .member_profile_left h1,
.cstm-key-popup .fusion-builder-row h1 {
    font-family: var(--font-heading);
    font-weight: 400;
}

.cstm-key-popup .member_profile_right p,
.cstm-key-popup .member_profile_left p {
    font-family: var(--font-body);
}
