.editor-content,
.editor-content p,
.editor-content span {
    line-height: 1.5em;
    font-size: 15px;
    font-family: 'THSarabunNew' !important;
}

/* edit 2022/10/27 */
.editor-content p {
    margin-bottom: 0.8rem;
}

@media (max-width: 575px) {
    .editor-content p {
        margin-bottom: .1rem;
    }
}