/* Trial: reuse the serif face on editorial headings, not on UI or body copy. */
.home-page.structure-preview.landing-deck :is(
  .product-slide-copy h2,
  .experience-chapter .experience-copy h3,
  .support-heading h2,
  .process-journey__copy h3,
  .reasons-network__heading h2,
  .network-benefit__copy h3,
  .landing-reasons__heading h2,
  .landing-reasons__item h3,
  .landing-faq__heading h2,
  .contact-invite h2
) {
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:-.025em;
}

.home-page.structure-preview.landing-deck .contact-invite h2 span {
  font-family:inherit;
}
