body {
	font-family: var(--font-family);
	color: var(--text);
	background: var(--background);
}

.editor-styles-wrapper {
	line-height: 1.6;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
	font-family: var(--font-family-heading);
	letter-spacing: -0.04em;
}
