.hero-title {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2.25rem, 1.69rem + 2.8vw, 4rem);
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.hero-title-span {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2.25rem, 1.69rem + 2.8vw, 4rem);
  color: #ffffffab;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.heading-h1 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2.25rem, 1.69rem + 2.8vw, 4rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.heading-h2 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2.5rem, 2.26rem + 1.2vw, 3.25rem);
  line-height: 110%;
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}

.heading-h3 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2rem, 1.8rem + 1vw, 2.625rem);
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -.96px;
  margin-bottom: 0;
}

.heading-h4 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2rem, 1.84rem + .8vw, 2.5rem);
  line-height: 125%;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.body-lg {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.25rem, 1.17rem + .4vw, 1.5rem);
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 0;
}

.body-md {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 0;
}

.body-sm {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 0;
}
.body-text-service {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 0;
}