/**
 * Clarix Editor Styles
 * Mirrors front-end typography inside the block editor.
 */
.editor-styles-wrapper {
	font-family: 'Inter', system-ui, sans-serif;
	line-height: 1.7;
}
.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: 'Plus Jakarta Sans', system-ui, sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

/* Scroll-reveal classes */
.clarix-fade { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.clarix-visible { opacity: 1; transform: translateY(0); }
