body.ga-v14 { font-size: var(--ga-text-base); line-height: var(--ga-leading-body); }
body.ga-v14 h1,
body.ga-v14 h2,
body.ga-v14 h3,
body.ga-v14 h4 {
  color: var(--ga-color-forest-950);
  line-height: var(--ga-leading-heading);
  text-wrap: balance;
}
.ga-display,
.ga-hero-title {
  font-family: var(--ga-font-display);
  font-size: var(--ga-text-hero);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: var(--ga-leading-tight);
}
.ga-section-title {
  font-family: var(--ga-font-display);
  font-size: var(--ga-text-3xl);
  font-weight: 500;
  letter-spacing: -.025em;
}
.ga-card-title {
  font-size: var(--ga-text-xl);
  font-weight: 650;
  letter-spacing: -.015em;
}
.ga-lead { font-size: var(--ga-text-lg); color: var(--ga-color-stone-700); }
.ga-meta,
.ga-eyebrow {
  font-size: var(--ga-text-sm);
  line-height: 1.4;
}
.ga-eyebrow {
  color: var(--ga-color-gold-600);
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ga-text-muted { color: var(--ga-color-stone-500); }
.ga-reading-width { max-width: var(--ga-container-reading); }
