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

// =============================================================================
// :: Markdown - heading
// =============================================================================
.bp-s-markdown-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;
	}
}

// =============================================================================
// :: Markdown - paragraph
// =============================================================================
.bp-s-markdown-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-markdown-default {

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

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

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

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

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

		&::before {
			background-color: $bp-primary-color !important;
		}
	}
}
