/*
 * The Sevastopol design keeps its editorial serif voice, with sturdier
 * Cyrillic headings and calmer spacing.
 */
body :is(h1, h2, h3) {
  font-family: Georgia, "Times New Roman", serif;
  text-wrap: balance;
}

body h1,
body h2 {
  font-weight: 600;
}

body h3 {
  font-weight: 650;
}

.home-hero h1,
.article-hero h1,
.info-page > h1 {
  letter-spacing: -0.025em;
  line-height: 1;
}
