/**
 * editor.css
 * Minimal block-editor styles so the admin authoring view roughly matches the
 * front end (fonts, colours, link and heading treatment). theme.json handles
 * the presets; this fine-tunes the editor canvas.
 */

.editor-styles-wrapper {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #1d2733;
	line-height: 1.65;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4 {
	color: #083f61;
	font-weight: 700;
	line-height: 1.2;
}

.editor-styles-wrapper a {
	color: #0b5d8f;
}

.editor-styles-wrapper .wp-block-quote {
	border-left: 4px solid #e8963a;
	padding-left: 1rem;
	color: #5a6b7b;
}

.editor-styles-wrapper .wp-block-button__link {
	background-color: #e8963a;
	border-radius: 6px;
}
