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

// =============================================================================
// :: Feedback
// =============================================================================
.bp-c-feedback {
	background-color: $bp-secondary-color !important;
}

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

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