.u-title-lg {
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  /* has nothing to do with the fact that this is the fallback font */
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .u-title-lg {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}

.u-title-md {
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  line-height: 3rem;
  text-transform: none;
  letter-spacing: 1px;
}
.u-title-md--light {
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  /* has nothing to do with the fact that this is the fallback font */
}

.u-title-sm {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 0;
  text-transform: none;
}

.u-title-xs {
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  /* has nothing to do with the fact that this is the fallback font */
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 23px;
  line-height: 1.4375rem;
  text-transform: uppercase;
  letter-spacing: 3.85px;
  padding-top: 12px;
}

.u-title-width-md {
  max-width: 540px;
}
