/* begin::fonts */
h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 140%;
}
h1 strong {
  font-size: 600;
}
@media (max-width: 1749px) {
  h1 {
    font-size: 3.5375rem;
  }
}
@media (max-width: 1549px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 3rem;
    line-height: 140%;
  }
}

h2, .heading-2 {
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  h2, .heading-2 {
    font-size: 1.75rem;
  }
}

h3, .heading-3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 24px;
}

h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 16px;
}

h5 {
  font-size: 1rem;
  font-weight: 200;
  line-height: 24px;
}

h6 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
}

p {
  margin-bottom: 24px;
}
p strong {
  font-weight: 600;
}

p, li, a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

ul {
  margin-bottom: 24px;
}

a:hover {
  color: var(--accent-color-10);
}

.accent {
  color: var(--accent-color-10) !important;
}

/* end::fonts *//*# sourceMappingURL=fonts.css.map */