.heading-sm-normal {
  font-weight: 400;
}

.heading-sm-medium,
.heading-sm-normal {
  font-family: var(--font-display);
  font-size: 12px;
  line-height: 16px;
}

.heading-sm-medium {
  font-weight: 500;
}

.heading-sm-bold {
  font-family: var(--font-display);
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.heading-md-normal {
  font-weight: 400;
}

.heading-md-medium,
.heading-md-normal {
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 22px;
}

.heading-md-medium {
  font-weight: 500;
}

.heading-md-bold {
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

.heading-lg-normal {
  font-weight: 400;
}

.heading-lg-medium,
.heading-lg-normal {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 24px;
}

.heading-lg-medium {
  font-weight: 500;
}

.heading-lg-bold {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.heading-xl-normal {
  font-weight: 400;
}

.heading-xl-medium,
.heading-xl-normal {
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 30px;
}

.heading-xl-medium {
  font-weight: 500;
}

.heading-xl-bold {
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.heading-xxl-normal {
  font-weight: 400;
}

.heading-xxl-medium,
.heading-xxl-normal {
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 40px;
}

.heading-xxl-medium {
  font-weight: 500;
}

.heading-xxl-bold {
  font-size: 34px;
  line-height: 40px;
}

.eyebrow,
.heading-xxl-bold {
  font-family: var(--font-display);
  font-weight: 700;
}

.eyebrow {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
