/* Display type rhythm — tighter optical tracking on large titles. */
.edition-hero h1,
.section-wrap h2,
.next-edition h2 {
  letter-spacing: -0.055em;
}

.program-item h3,
.gallery-heading {
  letter-spacing: -0.04em;
}

.program-description,
.edition-intro,
.next-edition__copy {
  text-wrap: pretty;
}

.edition-intro {
  max-width: 42ch;
  line-height: 1.45;
}

.program-item h3 {
  /* one step below hero display, above body */
  font-weight: 600;
}
