/* Shared heading rhythm: compact, bold and consistent across Ertex pages. */
h1,
h2,
h3,
h4,
h5,
h6,
.tm-q {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.request-intro .intro-copy h1,
.request-panel .form-step h2,
.request-panel .success-state h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.request-intro .intro-copy > p:not(.eyebrow),
.request-panel .step-description {
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.tm-q {
  font-size: 24px !important;
  line-height: 1.2 !important;
}

#not-found-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
}

@media (max-width: 640px) {
  .request-intro .intro-copy h1,
  .request-panel .form-step h2,
  .request-panel .success-state h2 {
    font-size: 24px !important;
  }

  .request-intro .intro-copy > p:not(.eyebrow),
  .request-panel .step-description {
    font-size: 15px !important;
  }

  .tm-q {
    font-size: 24px !important;
  }

  #not-found-title {
    font-size: 26px !important;
  }
}
