/*
 * Preity Theme — Block Editor Stylesheet
 * Matches frontend appearance inside the Gutenberg editor.
 *
 * @package Preity
 * @since   1.0.0
 */

.editor-styles-wrapper {
	font-family: var(--wp--preset--font-family--inter);
}

.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(--wp--preset--font-family--plus-jakarta-sans);
}

.editor-styles-wrapper .wp-block-post-title {
	font-family: var(--wp--preset--font-family--plus-jakarta-sans);
	font-weight: 700;
}
