/* Editor styles for classic/block editor */
:root{
  --editor-text:#222;
  --editor-bg:#fff;
}
.editor-styles-wrapper {
  font-family: var(--font-body, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif);
  color: var(--editor-text);
  background: var(--editor-bg);
  line-height: 1.6;
}
.editor-styles-wrapper .wp-block p { font-size: 16px; }
.editor-styles-wrapper .wp-block-heading { font-weight: 700; }
.editor-styles-wrapper a { color: var(--color-primary, #1969de); }