/* Screen widths */
/* Site Colors */
.grad-teal {
  background: radial-gradient(58.17% 198.5% at 0% 0%, #004A48 0%, #007C69 100%);
}
.grad-purple {
  background: linear-gradient(115.93deg, #3E1449 29.87%, #68227A 80.81%);
}
.grad-ocean {
  background: linear-gradient(115.93deg, #175177 29.87%, #27A1C6 80.81%);
}
.grad-green {
  background: linear-gradient(115.93deg, #2F571A 29.87%, #72A331 80.81%);
}
.grad-orange {
  background: linear-gradient(90deg, #7E3214 0%, #D27121 100%);
}
.blur {
  backdrop-filter: blur(23.70000076px);
}
.shadow {
  -webkit-box-shadow: 0px 8px 12px 0px #0000002E;
  -moz-box-shadow: 0px 8px 12px 0px #0000002E;
  box-shadow: 0px 8px 12px 0px #0000002E;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.heading-font {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.body-font {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  color: #2F2E2E;
  line-height: 1.1;
  margin-bottom: 24px;
  text-shadow: none;
}
h2,
.h2 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  color: #2F2E2E;
  line-height: 1.2;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.8rem;
  }
}
h3,
.h3 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6rem;
  color: #2F2E2E;
  line-height: 1.2;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2em;
  }
}
h4,
.h4 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #2F2E2E;
  line-height: 1.3;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.8rem;
  }
}
h5,
.h5 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  color: #2F2E2E;
  line-height: 1.5;
  margin-bottom: 16px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.6rem;
  }
}
h6,
.h6 {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.88rem;
  color: #2F2E2E;
  line-height: 1.5;
  margin-bottom: 16px;
}
p {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}
.text-lg {
  font-size: 1.7rem;
  line-height: 1.5;
}
.text-md {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1.2rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1rem;
  line-height: 1.5;
}
.focus-ring {
  /* inner indicator */
  outline: 0.25rem solid #2491ff;
  /* outer indicator */
}
.no-focus {
  outline: 0;
}
