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

// =============================================================================
// :: Font-style
// =============================================================================
// .bp-c-font-style {}

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

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

.bp-c-font-style__props {

	@include bp-respond-at(bp-get-breakpoint("large")) {
		border-left-color: $bp-border-color-base !important;
	}
}

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

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