.editor-styles-wrapper {

	pre, code,
	h1, h2, h3, h4, h5, h6,
	.editor-block-list__layout,
	.wp-block-pullquote p,
	.wp-block-quote.is-style-large p {
		font-family: var(--fontFamily);
		font-size: var(--fontSize);
		font-weight: var(--fontWeight);
		font-style: var(--fontStyle, inherit);
		line-height: var(--lineHeight);
		letter-spacing: var(--letterSpacing);
		text-transform: var(--textTransform);
		text-decoration: var(--textDecoration);
	}
}

.block-editor .editor-styles-wrapper {
	color: var(--color);

	a {
		color: var(--linkInitialColor);

		&:hover {
			color: var(--linkHoverColor);
		}
	}

	h1, h2, h3, h4, h5, h6 {
		color: var(--headingColor);
	}
}

.editor-post-title__block .editor-post-title__input {
	font-family: var(--fontFamily);
	font-weight: 700;
}

