/* Editor Styles to Match Frontend */
body {
    background: linear-gradient(to bottom, #101318, #293132);
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.editor-styles-wrapper {
    background: linear-gradient(to bottom, #101318, #293132);
    color: #ffffff;
    padding: 2em;
}

/* Match your frontend styles in the editor */
.editor-styles-wrapper p,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.editor-styles-wrapper li {
    color: #ffffff;
}
