<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * This support file is used to style the WYSIWYG editor in the CMS
 */

@import "typography.css";
body.mceContentBody{background: #fff; padding: 0;}

.mce-content-body p,
.mce-content-body div,
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6  {
    line-height: inherit;
}
</pre></body></html>