.typography-style-h1 {
  font-weight: 700;
  line-height: 114%;
  letter-spacing: -0.0225em;
  font-size: 48px;
}
@media (min-width: 992px) {
  .typography-style-h1 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .typography-style-h1 {
    font-size: 70px;
  }
}

.typography-style-h2 {
  font-weight: 700;
  line-height: 116%;
  letter-spacing: -0.04em;
  font-size: 36px;
}
@media (min-width: 992px) {
  .typography-style-h2 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .typography-style-h2 {
    font-size: 48px;
  }
}

.typography-style-h3 {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.015em;
  font-size: 32px;
}
@media (min-width: 992px) {
  .typography-style-h3 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .typography-style-h3 {
    font-size: 40px;
  }
}

.typography-style-h4 {
  font-weight: 700;
  line-height: 122%;
  letter-spacing: -0.01em;
  font-size: 28px;
}
@media (min-width: 992px) {
  .typography-style-h4 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .typography-style-h4 {
    font-size: 36px;
  }
}

.typography-style-h5 {
  font-weight: 700;
  line-height: 128%;
  letter-spacing: -0.02em;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .typography-style-h5 {
    font-size: 28px;
  }
}

.typography-style-h6 {
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.0003em;
  font-size: 22px;
}
@media (min-width: 992px) {
  .typography-style-h6 {
    font-size: 24px;
  }
}

.typography-style-p {
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
}
@media (min-width: 992px) {
  .typography-style-p {
    font-size: 18px;
  }
}

.typography-style-a {
  font-weight: 700;
  line-height: 110%;
  font-size: 18px;
}

.typography-style-text-large {
  font-weight: 400;
  line-height: 168%;
  font-size: 18px;
  letter-spacing: 0px;
}
@media (min-width: 992px) {
  .typography-style-text-large {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .typography-style-text-large {
    font-size: 21px;
  }
}

.typography-style-text-medium {
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
}
@media (min-width: 992px) {
  .typography-style-text-medium {
    font-size: 18px;
  }
}

.typography-style-text-small {
  font-weight: 400;
  line-height: 172%;
  font-size: 16px;
}

.typography-font-primary {
  font-family: var(--wp--preset--font-family--primary-font) !important;
}

.typography-font-secondary {
  font-family: var(--wp--preset--font-family--secondary-font) !important;
}

.typography-font-secondary-bold {
  font-family: var(--wp--preset--font-family--secondary-font) !important;
  font-weight: bold;
}

.typography-font-secondary-normal {
  font-family: var(--wp--preset--font-family--secondary-font) !important;
  font-weight: normal;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-700 {
  font-weight: 700;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-strikethrough {
  -webkit-text-decoration: strikethrough;
          text-decoration: strikethrough;
}

.text-decoration-overline {
  text-decoration: overline;
}

.text-decoration-none {
  text-decoration: none;
}
.text-decoration-none > a {
  text-decoration: inherit;
}

.button-18 {
  font-weight: 700;
  line-height: 110%;
  font-size: 18px;
}

.button-16 {
  font-weight: 700;
  line-height: 124%;
  font-size: 16px;
}/*# sourceMappingURL=typography.css.map */