/* Body font size - one of our classes */
.cm-fse-body,
.has-body-font-size.cm-fse-body,
.editor-styles-wrapper .cm-fse-body {
    font-size: inherit;
}

/* Responsive typography using container query units */
.cm-body-cqi {
    font-size: clamp(13px, 2cqi, 50px);
    letter-spacing: .1cqi;
    line-height: 1.3;
}
 
/* Front end paragraph styling */
.cm-paragraph {
    margin: .25em 0 .25em 0;
    padding: 0;
    box-sizing: border-box;
} 
 