body {
    --etoro-h1-weight: 400;
    --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) {

    --etoro-p-size: 16px;
    --etoro-p-height: 26px;
    --etoro-p-bottom: 8px;
    --etoro-h1-size: 40px;
    --etoro-h1-height: 1;
    --etoro-h2-size: 26px;
    --etoro-h2-height: 30px;
    --etoro-h3-size: 24px;
    --etoro-h3-height: 22px;
    }

    @media screen and (min-width: 768px) {

    --etoro-p-size: 18px;
    --etoro-p-height: 27px;
    --etoro-p-bottom: 14px;
    --etoro-h1-size: 72px;
    --etoro-h1-height: 1;
    --etoro-h2-size: 32px;
    --etoro-h2-height: 34px;
    --etoro-h3-size: 28px;
    --etoro-h3-height: 30px;
    --etoro-column: calc((100% - 12px * 19 * 2) / 20);
    }

    --etoro-banner-title-size: 40px;
    --etoro-banner-title-height: 1;

    @media screen and  (min-width: 768px) {
      --etoro-banner-title-size: 72px;
    }
}
