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

// =============================================================================
// :: Elements
// =============================================================================
.bp-c-input__wrapper {
	border-color: $bp-border-color-base !important;
}

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

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

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

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