/**
 * Özellik sayfaları hero: başlık ve lead paragraf tema (dark) değişince renk almasın.
 */
.feature-hero-text h1,
.feature-hero-text p {
  color: #000000;
}

html.dark .feature-hero-text h1,
html.dark .feature-hero-text p {
  color: #000000 !important;
}
