
.h1, .h2, .h3, .h4, .h5, .h6{ display: block; }
.font-400, .font-400 *{ font-weight: 400 !important; }
.font-500, .font-500 *{ font-weight: 500 !important; }
.font-600, .font-600 *{ font-weight: 600 !important; }
.font-700, .font-700 *{ font-weight: 700 !important; }

html{ font-size: 16px; }

body{
  font-size: 1rem;
  line-height: 1.50rem;
  font-weight: 400;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  letter-spacing: -0.4px;
}

h1, .h1, .elementor-kit-6 .h1 .elementor-heading-title, .h1 .elementor-counter-number, .h1 .elementor-counter-number-prefix{
  font-size: 2.5rem !important;
  line-height: 2.88rem !important;
  font-weight: 500 !important;
}
h2, .h2, .elementor-kit-6 .h2 .elementor-heading-title{
  font-size: 2.25rem !important;
  line-height: 2.60rem !important;
  font-weight: 500 !important;
}
h3, .h3, .elementor-kit-6 .h3 .elementor-heading-title{
  font-size: 1.75rem !important;
  line-height: 2.10rem !important;
  font-weight: 500 !important;
}
h4, .h4, .elementor-kit-6 .h4 .elementor-heading-title{
  font-size: 1.5rem !important;
  line-height: 1.95rem !important;
  font-weight: 600 !important;
}
h5, .h5, .elementor-kit-6 .h5 .elementor-heading-title{
  font-size: 1.12rem !important;
  line-height: 1.57rem !important;
  font-weight: 400 !important;
}
h6, .h6, .elementor-kit-6 .h6 .elementor-heading-title{
  font-size: 0.88rem !important;
  line-height: 1.31rem !important;
  font-weight: 500 !important;
}

.elementor-counter .elementor-counter-title{
  font-size: 1rem;
  line-height: 1.50rem;
  font-weight: 400;
  margin-top: 0.5rem;
}


@media (min-width: 768px){  
  html{ font-size: 18px; }

  h1, .h1, .elementor-kit-6 .h1 .elementor-heading-title, .h1 .elementor-counter-number, .h1 .elementor-counter-number-prefix{
    font-size: 4.5rem !important;
    line-height: 5.70rem !important;
    font-weight: 500 !important;
  }
  h2, .h2, .elementor-kit-6 .h2 .elementor-heading-title{
    font-size: 4.00rem !important;
    line-height: 4.60rem !important;
    font-weight: 500 !important;
  }
  h3, .h3, .elementor-kit-6 .h3 .elementor-heading-title{
    font-size: 2.50rem !important;
    line-height: 2.88rem !important;
    font-weight: 500 !important;
  }
  h4, .h4, .elementor-kit-6 .h4 .elementor-heading-title{
    font-size: 1.5rem !important;
    line-height: 1.95rem !important;
    font-weight: 600 !important;
  }
  h5, .h5, .elementor-kit-6 .h5 .elementor-heading-title{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    font-weight: 400 !important;
  }
  h6, .h6, .elementor-kit-6 .h6 .elementor-heading-title{
    font-size: 0.88rem !important;
    line-height: 1.31rem !important;
    font-weight: 500 !important;
  }
}