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

// =============================================================================
// :: Button
// =============================================================================
.bp-c-button {
	background-color: $bp-primary-color !important;
	border-color: $bp-primary-color !important;
}

// =============================================================================
// :: Elements
// =============================================================================
.bp-c-button__icon {
	fill: $bp-primary-color !important;
}

.bp-c-button__text {
	font-family: $bp-font-family-secondary !important;

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

// =============================================================================
// :: Modifiers
// =============================================================================
.bp-c-button--outline {
	background-color: transparent !important;

	.bp-c-button__text {
		color: $bp-primary-color !important;
	}
}
