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

// =============================================================================
// :: Link
// =============================================================================
.bp-c-link {
	font-family: $bp-font-family-secondary !important;

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

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