/* The gate measures the section root [data-section-key]; the source styled node is the
   H1 [data-dc-tpl='8'] / the intro <p> [data-dc-tpl='9'], so carry the visual target on
   the root and let the semantic child inherit. */

/* Intro paragraph variant (root = .doc-text without --heading) */
.doc-text {
  margin: 0 0 48px;
  max-width: 680px;
  font-family: Archivo, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 25.575px;
  color: rgb(85, 82, 75);
}

.doc-text__body {
  margin: 0;
  max-width: none;
  font: inherit;
  color: inherit;
}

/* Display H1 variant */
.doc-text--heading {
  margin: 20px 0 10px;
  max-width: none;
  font-family: "Archivo Black", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: rgb(20, 20, 20);
}

.doc-text--heading .doc-text__heading {
  margin: 0;
  font: inherit;
  text-transform: inherit;
  color: inherit;
}

@media (max-width: 749px) {
  .doc-text--heading {
    font-size: 32px;
  }
}
