:root{
  --artpress-primary:#3B82F6;
  --artpress-primary-dark:#1D4ED8;
  --artpress-accent:#FBBF24;
  --artpress-text:#111827;
}
.editor-styles-wrapper{
  font-family:Vazirmatn,Inter,Tahoma,Arial,sans-serif;
  color:var(--artpress-text);
  font-size:17px;
  line-height:1.8;
}
.editor-styles-wrapper a{color:var(--artpress-primary)}
