body {
    --etoro-h1-weight: 500;
    --etoro-p-weight: 400;
    --etoro-h2-light-weight: 300;
    --etoro-h2-weight: 500;
    --etoro-h3-weight: 500;
    --etoro-h4-light-weight: 400;
    --etoro-h-strong-weight: 700;
}

@media screen and (max-width: 767px) {
    body {
        --etoro-p-size: 16px;
        --etoro-p-height: 26px;
        --etoro-p-bottom: 8px;
        --etoro-h1-size: 24px;
        --etoro-h1-height: 32px;
        --etoro-h2-size: 22px;
        --etoro-h2-height: 30px;
        --etoro-h3-size: 18px;
        --etoro-h3-height: 22px;
    }
}

@media screen and (min-width: 768px) {
    body {
        --etoro-p-size: 18px;
        --etoro-p-height: 27px;
        --etoro-p-bottom: 14px;
        --etoro-h1-size: 32px;
        --etoro-h1-height: 38px;
        --etoro-h2-size: 30px;
        --etoro-h2-height: 34px;
        --etoro-h3-size: 24px;
        --etoro-h3-height: 30px;
        --etoro-column: calc((100% - 12px * 19 * 2) / 20);
    }

}