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

// =============================================================================
// :: Back Button
// =============================================================================
// .bp-c-back-button {}

// =============================================================================
// :: Elements
// =============================================================================
.bp-c-back-button__text {
	font-family: $bp-font-family-secondary !important;

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

.bp-c-back-button__icon {
	color: $bp-text-color-base !important;
}
