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: 32px;
    --etoro-h1-height: 0.933;
    --etoro-h2-size: 22px;
    --etoro-h2-height: 30px;
    --etoro-h3-size: 18px;
    --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: 46px;
    --etoro-h1-height: 0.83;
    --etoro-h2-size: 30px;
    --etoro-h2-height: 34px;
    --etoro-h3-size: 24px;
    --etoro-h3-height: 30px;
    --etoro-column: calc((100% - 12px * 19 * 2) / 20);
    }

    --etoro-banner-title-size: clamp(51px, 6.1vw, 57px);
    --etoro-banner-title-height: 0.89;

    @media screen and  (min-width: 768px) {
      --etoro-banner-title-size: clamp(57px, 7.1vw, 88px);
      --etoro-banner-title-height: 0.875;
    }

    @media screen and  (min-width: 1280px ) {
      --etoro-banner-title-size: clamp(80px, 6.1vw, 103px);
      --etoro-banner-title-height: 0.84;
    }

    @media screen and  (min-width: 1920px ) {
      --etoro-banner-title-size: 103px;
      --etoro-banner-title-height: 0.805;
    }

}
