
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
span {
  line-height: 140%; /* 25.2px */
}

p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 140%; /* 25.2px */
}

h1 {
  font-size: 34px;
  font-family: "gotham-bold", sans-serif;
  color: #452175;
  lin-height: 120%; 
}
h2 {
  font-size: 24px;
  font-family: "gotham-bold", sans-serif;
  line-height: 120%; 
  letter-spacing: 0.56px;
}
h3 {
  font-size: 22px;
  font-family: "gotham-bold", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 125%; 
}
h4 {
  font-size: 21px;
  font-family: "gotham-medium", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 125%; 
}


.eyebrow, .eyebrow-small {
  font-size:22px;
  line-height: 140%;
  letter-spacing: 0.44px;
  color: #65478C;
  margin: 0;
  font-family: "gotham-medium", sans-serif;
}

.body-large {
  font-size: 20px !important;
  line-height: 125%;
  margin: 0;
  font-family: "gotham-book", sans-serif;
}

.body-medium {
  font-size: 18px;
  line-height: 125%;
  margin: 0;
  font-family: "gotham-book", sans-serif;
  letter-spacing: 0.36px;
}

.body-small {
  font-size: 14px;
  line-height: 140%;
  margin: 0;
  font-family: "gotham-book", sans-serif;
}


@media (min-width: 1280px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size:32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  .eyebrow {
    font-size: 26px;
  }

}
.fs-18 {
  font-size: 18px !important;
  line-height: 140%; 
  letter-spacing: 0.36px;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-34 {
  font-size: 34px !important;
}

@media (min-width: 1280px) {
 
  .fs-lg-20 {
    font-size: 20px !important;
  }
  .fs-lg-22 {
    font-size: 22px !important;
  }
  .fs-lg-24 {
    font-size: 24px !important;
  }
  .fs-lg-32 {
    font-size: 32px !important;
  }
  .fs-lg-40 {
    font-size: 40px !important;
  }
}


.fs-small {
  font-size: 14px;
  font-weight: 325;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.28px;
}

.monstserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


.hang-text {
  text-indent: -5px;
}

.line-height-125 {
  line-height: 125%;
}
.line-height-140 {
  line-height: 140%;
}

.orange {
  color: #F16521;
}

.no-wrap P{
  white-space: nowrap;
}
.break-word {
  word-break: break-word;
}