/* Screen widths */
/* Site Colors */
.box {
  padding: 3rem 4rem;
  border-radius: 16px;
}
.grad-primary {
  background: linear-gradient(270deg, #7CA39A 0.06%, #273D38 53.45%);
}
.grad-overlay {
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.95) 8.17%, rgba(104, 100, 100, 0.7) 73.56%, rgba(102, 102, 102, 0.06) 100%);
}
.shadow {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.heading {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
h2,
.h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
h4,
.h4 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 2.2rem;
  }
}
.text-xl {
  font-size: 3.2rem;
}
.text-lg {
  font-size: 2.4rem;
  line-height: 1.5;
}
.text-md {
  font-size: 2.2rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1.2rem;
  line-height: 1.5;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
.black-bg {
  background-color: #000000;
}
.text-black {
  color: #000000 !important;
}
.white-bg {
  background-color: #FFFFFF;
}
.text-white {
  color: #FFFFFF !important;
}
.base-bg {
  background-color: #BFBFBF;
}
.text-base {
  color: #BFBFBF !important;
}
.base-dark-bg {
  background-color: #cccccc;
}
.text-base-dark {
  color: #cccccc !important;
}
.base-light-bg {
  background-color: #F7F8F9;
}
.text-base-light {
  color: #F7F8F9 !important;
}
.base-text-bg {
  background-color: #545454;
}
.text-base-text {
  color: #545454 !important;
}
.primary-bg {
  background-color: #273D38;
}
.text-primary {
  color: #273D38 !important;
}
.primary-light-bg {
  background-color: #5F7878;
}
.text-primary-light {
  color: #5F7878 !important;
}
.primary-darker-bg {
  background-color: #281740;
}
.text-primary-darker {
  color: #281740 !important;
}
.secondary-bg {
  background-color: #4D4635;
}
.text-secondary {
  color: #4D4635 !important;
}
.secondary-dark-bg {
  background-color: #C2914C;
}
.text-secondary-dark {
  color: #C2914C !important;
}
.secondary-light-bg {
  background-color: #E6B75A;
}
.text-secondary-light {
  color: #E6B75A !important;
}
.accent-bg {
  background-color: #8AC9C9;
}
.text-accent {
  color: #8AC9C9 !important;
}
.white-bg {
  background-color: #FDFDFD;
}
