/* Preserve the visual scale of headings whose semantic level was corrected. */
.seo-heading-style-h4 {
  font-size: 1.5rem;
}

.seo-heading-style-h5 {
  font-size: 1.25rem;
}

.seo-heading-style-h6 {
  font-size: 1rem;
}

.seo-heading-style-h4,
.seo-heading-style-h5,
.seo-heading-style-h6 {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
