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

// =============================================================================
// :: WYSIWYG - heading
// =============================================================================
.bp-s-wysiwyg-default {

	h1 {
		font-family: $bp-font-family-primary !important;
	}

	h2 {
		font-family: $bp-font-family-primary !important;
	}

	h3 {
		font-family: $bp-font-family-primary !important;
	}
}

// =============================================================================
// :: WYSIWYG - paragraph
// =============================================================================
.bp-s-wysiwyg-default {

	p {
		font-family: $bp-font-family-secondary !important;
	}

	strong {
		font-family: $bp-font-family-secondary !important;
	}
}

// =============================================================================
// :: Link
// =============================================================================
.bp-s-wysiwyg-default {

	a {
		font-family: $bp-font-family-secondary !important;

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