/* 公開ページと記事エディターで共有する配色。 */
html[data-aminu-theme="light"],
.editor-styles-wrapper[data-aminu-editor-theme="light"] { color-scheme: light; }
html[data-aminu-theme="dark"],
.editor-styles-wrapper[data-aminu-editor-theme="dark"] { color-scheme: dark; }
html[data-aminu-theme="dark"] body,
.editor-styles-wrapper[data-aminu-editor-theme="dark"] {
    --wp--preset--color--base: var(--aminu-dark-base, #242628);
    --wp--preset--color--surface: var(--aminu-dark-surface, #2e3134);
    --wp--preset--color--contrast: var(--aminu-dark-contrast, #d8dadd);
    --wp--preset--color--muted: var(--aminu-dark-muted, #a6abb2);
    --wp--preset--color--accent: var(--aminu-dark-accent, #9dbce0);
    --wp--preset--color--border: var(--aminu-dark-border, #454a50);
}
