/* stylelint-disable declaration-no-important */

// =============================================================================
// :: Hero
// =============================================================================
.bp-c-hero {
	background-color: $bp-background-color-light !important;
}

// =============================================================================
// :: Elements
// =============================================================================
.bp-c-hero__text {

	&::before {
		background-color: $bp-primary-color !important;
	}
}

.bp-c-hero__extra {
	background-color: $bp-background-color-base !important;
}
