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

// =============================================================================
// :: Footer
// =============================================================================
// .bp-c-footer {}

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

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

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

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

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

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