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

// =============================================================================
// :: Component
// =============================================================================
// .bp-l-component {}

// =============================================================================
// :: Elements
// =============================================================================
.bp-l-component__title {
	font-family: $bp-font-family-primary !important;

	color: $bp-text-color-base !important;
}

.bp-l-component__sub-title {
	font-family: $bp-font-family-primary !important;

	color: $bp-text-color-base !important;
}

.bp-l-component__variations {
	border-top-color: $bp-border-color-base !important;

	color: $bp-text-color-base !important;
}
