/* Editor-only corrections. Front-end layout is controlled by main.css + entry-content.css. */
.editor-styles-wrapper{
  background:#0a0830;
  color:#ffffff;
  font-family:'Inter',-apple-system,'Segoe UI',Arial,sans-serif;
}
.editor-styles-wrapper .wp-block{
  max-width:640px;
}
.editor-styles-wrapper .wp-block[data-align="wide"]{
  max-width:880px;
}
.editor-styles-wrapper .wp-block[data-align="full"]{
  max-width:1180px;
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4{
  font-family:'Poppins',-apple-system,'Segoe UI',Arial,sans-serif;
  font-weight:800;
  color:#ffffff;
}
.editor-styles-wrapper a{ color:#ff4d7d; }
