/* Custom dark mode styles for h1 titles */
.dark h1 {
  color: #6d7e8e !important;
}

/* Ensure this applies to all h1 elements across the site in dark mode */
.dark .section-title h1,
.dark .page-title h1,
.dark .project-title h1,
.dark .content-section h1 {
  color: #6d7e8e !important;
}
