/* ============================================================
   Dutch Airtherm — Global Typography
   Alle H1 t/m H6 in huisstijlgrijs #3A3F47
   Uitzonderingen: hero banner en footer blijven wit
============================================================ */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #3A3F47 !important;
    font-family: 'Poppins', sans-serif;
}

/* Hero banner — wit en ijsblauw accent */
.da-hero h1, .da-hero h2, .da-hero h3,
.da-hero h4, .da-hero h5, .da-hero h6,
.da-hero-section h1, .da-hero-section h2,
.da-hero-block h1, .da-hero-block h2 {
    color: #FFFFFF !important;
}

/* Footer — alles wit */
.da-footer h1, .da-footer h2, .da-footer h3,
.da-footer h4, .da-footer h5, .da-footer h6 {
    color: #FFFFFF !important;
}

/* Sectoren grid — titels wit */
.das-card h3, .das-card__title,
.das-hero-split h1, .das-hero-split__title {
    color: #ffffff !important;
}

/* Sector hero — titel donkergrijs */
.das-hero-split__title {
    color: #3A3F47 !important;
}

/* Sector hero titel — donkergrijs overschrijft de witte uitzondering */
.das-page--wide .das-hero-split__title {
    color: #3A3F47 !important;
}

/* Sector CTA — titel wit */
.das-cta-section__title {
    color: #ffffff !important;
}

/* Sector uitdagingen — titel wit */
.das-challenges-section .das-section-head__title {
    color: #ffffff !important;
}

.woocommerce-breadcrumb {
    padding: 10px 20px !important;
    margin: 0 !important;
    min-height: unset !important;
}
