.t-headline-super {
  font-size: clamp(5.4rem, 4.4488rem + 2.5366vw, 8rem);
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .FR_home .t-headline-super {
     font-size: clamp(3.3rem, 2rem + 2.1366vw, 8rem);
  }
}

.t-headline-elevated {
  font-size: clamp(4rem, 3.122rem + 2.3415vw, 6.4rem);
  line-height: 5.8rem;
  font-weight: 500;

  @media screen and (max-width: 767px) {
    line-height: 1;
  }
}

.t-headline {
  font-size: clamp(2.4rem, 1.522rem + 2.3415vw, 4.8rem);
}

.t-headline-reduced {
  font-size: clamp(2.4rem, 1.8146rem + 1.561vw, 4rem);
  line-height: 1.3;
}

.t-eyebrow-super {
  font-size: clamp(2rem, 0.9756rem + 1.1707vw, 3.2rem);
}

.t-eyebrow {
  font-size: clamp(1.7rem, 0.9024rem + 0.6829vw, 2.4rem);
}

.t-body-elevated {
  font-size: 2rem;
}

.t-body {
  font-size: 1.7rem;
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}
