/* Heading styles for the semantic news article format introduced in 2026/09. */
.news-article h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  margin: 0 0 20px;
}

.news-article h2,
.news-article h3 {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-article h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .news-article h1 {
    font-size: 24px;
  }
}
