/* Editor-selected color for emphasized text in every Gutenberg Heading block. */
:where(.entry-content, .page--demo, .editor-styles-wrapper)
	:is(h1, h2, h3, h4, h5, h6).is-style-progesto-highlight-color em {
	color: var(--progesto-highlight-color, var(--red-d, #b73338)) !important;
}