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

// =============================================================================
// :: nav-button
// =============================================================================
.bp-c-nav-button {
	color: $bp-text-color-base !important;
}

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

	fill: $bp-primary-color !important;
}

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

	color: $bp-primary-color;
}

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

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