/* theContent */
.layout-single_editor_big .theContent span[style*="text-decoration: underline"] {
    text-decoration-color: var(--color-soft-blue) !important;
    text-decoration-thickness: 3px !important;
    text-decoration-skip-ink: none;
    text-underline-position: under;
}
.layout-single_editor_big .theContent h1,
.layout-single_editor_big .theContent h2,
.layout-single_editor_big .theContent h3,
.layout-single_editor_big .theContent h4,
.layout-single_editor_big .theContent h5,
.layout-single_editor_big .theContent h6,
.layout-single_editor_big .theContent p {
    font-size: calc(0.875rem + ((1vw - 0.2rem) * 2.4554)); /* 14 - 25 */
    line-height: 157%;
    font-family: var(--font-b);
font-weight: 300;
}

@media(min-width: 768px) {
    .layout-single_editor_big .theContent h1,
    .layout-single_editor_big .theContent h2,
    .layout-single_editor_big .theContent h3,
    .layout-single_editor_big .theContent h4,
    .layout-single_editor_big .theContent h5,
    .layout-single_editor_big .theContent h6,
    .layout-single_editor_big .theContent p {
        font-size: calc(1.5625rem + ((1vw - 0.48rem) * 1.1574)); /* 25 - 30 */
        line-height: 132%;
    }
}
@media(min-width: 1200px) {
    .layout-single_editor_big .theContent h1,
    .layout-single_editor_big .theContent h2,
    .layout-single_editor_big .theContent h3,
    .layout-single_editor_big .theContent h4,
    .layout-single_editor_big .theContent h5,
    .layout-single_editor_big .theContent h6,
    .layout-single_editor_big .theContent p {
        font-size: calc(1.875rem + ((1vw - 0.75rem) * 1.6667)); /* 30 - 38 */
        line-height: 143%;
    }
}
@media(min-width: 1681px) {
    .layout-single_editor_big .theContent h1,
    .layout-single_editor_big .theContent h2,
    .layout-single_editor_big .theContent h3,
    .layout-single_editor_big .theContent h4,
    .layout-single_editor_big .theContent h5,
    .layout-single_editor_big .theContent h6,
    .layout-single_editor_big .theContent p {
        font-size: 2.375rem; /* 38 */
        line-height: 121%;
    }
}