.is-style-heading {
	font-weight: var(--wp--custom--font-weight--heading);
	font-family: var(--wp--custom--font-family--heading);
	letter-spacing: var(--wp--custom--letter-spacing--heading);
	line-height: var(--wp--custom--line-height--heading);
	color: var(--wp--preset--color--grey-darkest);
}

.has-drop-cap:not(:focus):first-letter {
	font-size: 5.5em;
}
