/* Umbrella Creative Co — final brand and contrast ownership, pass two.
   This cache-proof layer also covers dynamically added content that may sit
   outside the main landmark. */

html body[class][class] :is(
  div,p,li,a,button,input,select,textarea,label,figcaption,dt,dd,small,span,
  blockquote,cite,code,pre,kbd,samp
){
  font-family:'Inter',Arial,sans-serif!important;
}

html body[class][class] :is(h1,h2,h3,h4,h5,h6),
html body[class][class] #church-leader-title{
  font-family:'Poppins','Inter',Arial,sans-serif!important;
  font-style:normal!important;
}

html body[class][class] :is(h1,h2,h3,h4,h5,h6) :is(span,strong,b),
html body[class][class] :is(strong,b){
  font-family:inherit!important;
}

html body[class][class] :is(.metric-card,.stat-card) strong,
html body[class][class] :is(
  .price-number,.price-large,.price-tag,.mega-mark,.client-quote
),
html body[class][class] :is(.editorial-caption,.ucc-editorial-caption) strong{
  font-family:'Poppins','Inter',Arial,sans-serif!important;
}

html body[class][class] .footer-tagline{
  font-family:'Inter',Arial,sans-serif!important;
}

html body[class][class] :is(
  .hero-title,.section-title,.cta-title,.footer-tagline
) em{
  font-family:'Fraunces',Georgia,serif!important;
  font-style:italic!important;
}

html body[class][class] .feature-band :is(
  .card,.agenda-day,.package-card,.example-card,.grant-card,.av-card
) .eyebrow,
html body[class][class] .feature-band .example-card>span{
  color:#8a2b00!important;
}

html body[class][class] .legal-card a:not(.btn){
  color:#8a2b00!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:3px!important;
}

html body[class][class] :is(
  .visual-note,.meta-image-caption,.editorial-caption,.ucc-editorial-caption
) :is(.image-credit,.editorial-credit,.example-image-credit){
  color:rgba(247,244,238,.88)!important;
}

html body[class][class] :is(
  .visual-note,.meta-image-caption,.editorial-caption,.ucc-editorial-caption
) :is(.image-credit,.editorial-credit,.example-image-credit):hover,
html body[class][class] :is(
  .visual-note,.meta-image-caption,.editorial-caption,.ucc-editorial-caption
) :is(.image-credit,.editorial-credit,.example-image-credit):focus-visible{
  color:#fffdf8!important;
}

/* Brand-orange editorial accents — 2026-07-24
   Use the primary brand orange for every decorative italic headline word,
   including dark sections and the footer. */
html body :is(h1,h2,h3,.hero-title,.section-title,.cta-title,.footer-tagline) em,
html body .feature-band :is(.hero-title,.section-title,.cta-title) em,
html body footer .footer-tagline em{
  color:var(--ember,#ff4d00)!important;
  text-decoration-color:var(--ember,#ff4d00)!important;
}
