/* Start custom CSS *//*.elementor-535 .elementor-element.elementor-element-b1c852f {*/
/*    color: #363636;*/
/*    font-family: "Inter", Sans-serif;*/
/*    font-size: 1.8rem;*/
/*    font-weight: 400;*/
/*    line-height: 1.7em;*/
/*}*/

* {
    text-rendering: optimizeLegibility !important;
}



.article-body h1, .article-body h2, .article-body h3, .article-body h4 {
    font-weight: bold;
    margin: 2rem 0;
    /*line-height: 0.96em;*/
    font-family: 'Proxima Nova', Sans-Serif;
}


.article-body img {
    margin: 3.5rem 0;
}

.article-body ul, .article-body ol {
    margin-bottom: 2.5rem;
}

.article-body li:not(:last-child) {
    margin-bottom: 1.2rem;
}


/*Font Sizes*/

.article-body h2 {
    font-size: clamp(2.8rem, 2.2578rem + 2.4096vw, 3.8rem);
}


.article-body h3 {
    font-size: clamp(2.4rem, 2.1831rem + 0.9639vw, 2.8rem);
}

.article-body h4 {
    font-size: clamp(1.8rem, 1.6916rem + 0.4819vw, 2rem);
}/* End custom CSS */