/* CKEditor 5: use same font as page (default is serif). */
.ck.ck-content,
.ck-editor__editable,
.ck.ck-editor__editable {
    font-family: var(--font-body);
}

/* Mirror the public artwork-description typography (.historicle_box on the
   buy pages, e.g. artwork_buy_ArtistReproduction.html) so what the seller
   types in the editor looks like what visitors will see. */
.ck.ck-content {
    font-size: 14px;
    line-height: 1.5em;
}

.ck.ck-content h2 {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 23px;
    margin-bottom: 11px;
}
