/* Enhanced styling for H1 headings */
.md-typeset h1 {
  font-weight: 800 !important;
  color: #000000 !important;
  font-size: 1.5rem !important;
}

/* Ensure H1 headings are properly styled across different themes */
.md-typeset h1,
.md-typeset .md-content__inner h1 {
  font-weight: 800 !important;
  color: #000000 !important;
}