/* ============================
   Hero typography + headings
   ============================ */

.cm-eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .74rem;
  font-weight: 600;
  color: #4b5563;
}

.cm-hero-tagline {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--cm-brand-muted);
  margin-bottom: .6rem;
}

.cm-hero-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--cm-brand-dark);
  margin-bottom: .6rem;
}

@media (min-width: 992px) {
  .cm-hero-title {
    font-size: 2.4rem;
  }
}

.cm-hero-subtitle {
  font-size: var(--cm-font-size-base);
  color: var(--cm-brand-muted);
  max-width: 32rem;
  margin: 0 auto 1.5rem;
}

.cm-section-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--cm-brand-dark);
  margin-bottom: .4rem;
}

.cm-section-subtitle {
  font-size: .9rem;
  color: var(--cm-brand-muted);
  max-width: 30rem;
  margin: 0 auto 1.75rem;
}
