/* A little more air for the site's editorial display type. */
:is(.hero h1, .anchor-hero h1, .section-heading h2, .brands h2, .why h2, .network h2, .contact h2, .statement h2, .intro-section h2, .range h2, .overview h2, .ventilation h2, .other-products h2, .promise h2, .efficiency h2, .solar h2, .cta h2, .availability h2) {
  letter-spacing: -0.06em;
  word-spacing: 0.055em;
  line-height: 0.94;
}

/* The contact heading has mixed sans and serif lines, so it needs extra clearance. */
.contact h2 {
  line-height: 0.99;
  word-spacing: 0.075em;
}

@media (max-width: 700px) {
  :is(.hero h1, .anchor-hero h1, .section-heading h2, .brands h2, .why h2, .network h2, .contact h2, .statement h2, .intro-section h2, .range h2, .overview h2, .ventilation h2, .other-products h2, .promise h2, .efficiency h2, .solar h2, .cta h2, .availability h2) {
    letter-spacing: -0.052em;
    word-spacing: 0.045em;
    line-height: 0.98;
  }

  .contact h2 {
    line-height: 1.04;
    word-spacing: 0.065em;
  }
}
