/* Shared editorial typography, aligned with the homepage section system. */
:root{
  --chimera-section-title-color:#333;
  --chimera-section-title-size:clamp(28px,3vw,48px);
  --chimera-section-copy-size:clamp(14px,1.05vw,18px);
  --chimera-section-eyebrow-size:clamp(15px,1.1vw,19px);
}

:is(
  .about-overview__eyebrow,
  .about-services__eyebrow,
  .about-values__eyebrow,
  .about-story__eyebrow,
  .about-staff__eyebrow,
  .humanitarian-eyebrow,
  .services-plans__eyebrow,
  .services-values .about-values__eyebrow,
  .edu-collab__eyebrow,
  .edu-practice-options__eyebrow,
  .edu-coaches-ambassadors__eyebrow,
  .single-event .event-overview__eyebrow
){
  margin:0 0 clamp(8px,1vh,14px);
  color:var(--clr-brand,#dd7e16);
  font-size:var(--chimera-section-eyebrow-size);
  font-weight:500;
  line-height:1.25;
  text-transform:uppercase;
}

:is(
  .about-overview__title,
  .about-services__title,
  .about-values__title,
  .about-story__title,
  .about-staff__title,
  .humanitarian-heading,
  .services-plans__title,
  .services-values .about-values__title,
  .edu-collab__title,
  .edu-practice-options__title,
  .edu-coaches-ambassadors__title,
  .single-event .event-overview__title,
  .single-event .chimera-single-layout .chimera-block > h3.custom-heading,
  .single-event .chimera-intro-title,
  .page-template-page-all-events .hat-past-events-heading > h2.custom-heading,
  .page-template-page-shop .shop-wrap > .container > section > h2
){
  margin:0;
  padding:0;
  color:var(--chimera-section-title-color);
  font-size:var(--chimera-section-title-size);
  font-weight:800;
  letter-spacing:-.025em;
  line-height:1.08;
  text-wrap:balance;
}

:is(
  .about-overview__description,
  .about-services__description,
  .about-values__description,
  .about-story__description,
  .about-staff__description,
  .humanitarian-description,
  .services-plans__description,
  .services-values .about-values__description,
  .edu-collab__description,
  .edu-practice-options__description,
  .edu-coaches-ambassadors__description,
  .single-event .event-overview__description,
  .single-event .chimera-single-layout .chimera-block > .entry-content p,
  .single-chimera_product .product-info .product-desc
){
  color:var(--clr-text,#333);
  font-size:var(--chimera-section-copy-size);
  font-weight:400;
  line-height:1.6;
  text-wrap:pretty;
}

.humanitarian-support .humanitarian-heading,
.humanitarian-support .humanitarian-description{
  color:#fff;
}

@media (max-width:991.98px){
  :root{--chimera-section-title-size:clamp(26px,3.8vw,38px)}
}

@media (max-width:767.98px){
  :root{--chimera-section-title-size:clamp(28px,7vw,40px)}
}
