.typography-base {
    font-size: 18px;
    line-height: 24px;
}

.typography-small {
    font-size: 14px;
    line-height: 18px;
}

ol, ul {
    /*list-style: none*/
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}


@media screen and (max-width: 1023px) {
    .typography-base {
        font-size: 14px;
        line-height: 18px;
    }

    .typography-small {
        font-size: 12px;
        line-height: 16px;
    }
}

.editor_content h1, .editor_content h2, .editor_content h3, .editor_content h4, .editor_content h5, .editor_content h6 {
    margin: 15px 0;
}

.editor_content h2 {
    font-size: 32px;
    line-height: 38px;
}
.editor_content h3 {
    font-size: 28px;
    line-height: 34px;
}
.editor_content h4 {
    font-size: 24px;
    line-height: 30px;
}
.editor_content small {
    font-size: 14px;
    line-height: 18px;
}
.editor_content p {
    padding: 0;
}
.editor_content p:not(:last-child) {
    margin-bottom: 22px;
}
.editor_content b, .editor_content strong {
    font-weight: 500;
}
.editor_content b small, .editor_content strong small {
    font-weight: 700;
}
.editor_content img {
    margin: 15px 0;
    max-width: 100%;
    height: auto;
    font-size: 0;
    line-height: 0;
}
.editor_content ul,
.editor_content ol {
    list-style: initial;

    margin: 15px 0;
    padding-left: 23px;
}
.editor_content ul li:before  {
    content:unset;
}
.editor_content ul li {
    padding-left: 0;
}
.editor_content ul li::marker {
    color: var(--color-vera-teal-1);
}
.editor_content a {
    color: var(--color-denim);
}
.editor_content a:hover, .editor_content a:active {
    color: var(--color-denim);
}
.editor_content a:visited {
    color: var(--color-vera-teal-2);
}
@media screen and (max-width: 1023px) {
    .editor_content h1, .editor_content h2, .editor_content h3, .editor_content h4, .editor_content h5, .editor_content h6 {
        margin: 15px 0;
    }
    .editor_content h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .editor_content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .editor_content h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .editor_content small {
        font-size: 12px;
        line-height: 16px;
    }
}
