// Text selection background color

::selection {
	background-color: var(--wp--custom--color--selection);
}
::-moz-selection {
	background-color: var(--wp--custom--color--selection);
}

p, h1, h2, h3, h4, h5, h6 {
	margin-top: var(--wp--custom--margin--vertical);
	margin-bottom: var(--wp--custom--margin--vertical);
}