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

// =============================================================================
// :: Article
// =============================================================================
// .bp-c-article {}

// =============================================================================
// :: Elements
// =============================================================================
.bp-c-article__title {
	font-family: $bp-font-family-primary !important;

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

.bp-c-article__subtitle {
	font-family: $bp-font-family-primary !important;

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

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

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