
.events-featured-and-upcoming:not(.section--color) .events-featured-and-upcoming__header,
.highlightmenu:not(.section--color) .highlightmenu__header,
.news-featured-and-latest:not(.section--color) .news-featured-and-latest__header,
.page-card-menu:not(.section--color) .page-card-menu__header,
.projects-latest:not(.section--color) .projects-latest__header {
    color: var(--root-color-text);
}

.section--color-grey .events-featured-and-upcoming__header,
.section--color-grey .news-featured-and-latest__header,
.section--color-grey .page-card-menu__header,
.section--color-grey .projects-latest__header {
    --color-text: var(--root-color-text);
}
