.lead-copy h1 {
  font: 600 42px/1.08 var(--serif);
  letter-spacing: 0;
  max-width: 760px;
}

.side-story h2 {
  font: 600 21px/1.15 var(--serif);
  letter-spacing: 0;
}

.section-heading h2 {
  font: 600 28px/1.15 var(--serif);
  letter-spacing: 0;
}

.editor-card h3 {
  font: 600 21px/1.15 var(--serif);
  letter-spacing: 0;
}

.editor-card-wide h3 {
  font-size: 27px;
}

.latest-item h3 {
  font: 600 21px/1.15 var(--serif);
}

.listing-hero h1,
.static-hero h1,
.ad-sales-hero h1 {
  font: 600 52px/1.04 var(--serif);
  letter-spacing: 0;
}

.listing-card h2 {
  font: 600 23px/1.15 var(--serif);
}

.article-header h1 {
  font: 600 52px/1.04 var(--serif);
  letter-spacing: 0;
  margin-bottom: 18px;
}

.article-body h2 {
  font: 600 29px/1.15 var(--serif);
}

@media (max-width: 900px) {
  .lead-copy h1 {
    font-size: 38px;
  }

  .listing-hero h1,
  .static-hero h1,
  .ad-sales-hero h1,
  .article-header h1 {
    font-size: 44px;
  }
}

@media (max-width: 600px) {
  .lead-copy h1 {
    font-size: 29px;
    line-height: 1.08;
  }

  .side-story h2 {
    font-size: 18px;
  }

  .section-heading h2 {
    font-size: 26px;
  }

  .editor-card h3,
  .editor-card-wide h3 {
    font-size: 21px;
  }

  .latest-item h3 {
    font-size: 18px;
  }

  .listing-hero h1,
  .static-hero h1 {
    font-size: 35px;
    line-height: 1.06;
  }

  .listing-card h2 {
    font-size: 19px;
  }

  .article-header h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .article-body h2 {
    font-size: 26px;
  }

  .ad-sales-hero h1 {
    font-size: 38px;
    line-height: 1.04;
  }
}
