.u-title-hero {
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-style: normal;
  font-size: 32px;
  font-size: 2rem;
  line-height: 119%;
  font-weight: 700;
  color: #1A1A1A;
}
@media (min-width: 768px) {
  .u-title-hero {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .u-title-hero {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.u-title-lg,
h1 {
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 119%;
  font-weight: 500;
  color: #1A1A1A;
}
@media (min-width: 992px) {
  .u-title-lg,
  h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.u-title-md,
h2 {
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 119%;
  font-weight: 500;
  color: #1A1A1A;
}
@media (min-width: 992px) {
  .u-title-md,
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.u-title-sm,
h3 {
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 119%;
  font-weight: 500;
  color: #1A1A1A;
}
@media (min-width: 992px) {
  .u-title-sm,
  h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.u-title-xs,
h4 {
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 119%;
}
@media (min-width: 992px) {
  .u-title-xs,
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}

.u-title-xxs,
h5 {
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 500;
  color: #1A1A1A;
}
@media (min-width: 992px) {
  .u-title-xxs,
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
