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

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

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

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

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

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

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

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

	h4 {
		font-family: $bp-font-family-primary !important;

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

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

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


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

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

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

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

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

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

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

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

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

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

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

	blockquote {
		border-color: $bp-primary-color;
		color: $bp-text-color-base;
	}
}

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

	ul,
	ol {

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

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