.l1-reg {
  font-family: var(--font-maison-neue);
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: calc(16 / 11);
  letter-spacing: 0.048em;
  text-transform: uppercase;
}

.l1-bold {
  font-family: var(--font-maison-neue);
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: calc(16 / 11);
  letter-spacing: 0.048em;
  text-transform: uppercase;
}

.p1 {
  font-family: var(--font-maison-neue);
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: calc(18 / 13);
  letter-spacing: -0.024em;
  text-align: center;
}

.h1 {
  font-family: var(--font-ambroise);
  font-size: 12rem;
  font-weight: 400;
  line-height: calc(168 / 192);
  letter-spacing: -0.024em;
  text-transform: uppercase;
  text-align: center;

  @media screen and (max-width: 1023px) {
    font-size: 8.955rem;
  }
}

.h6 {
  font-family: var(--font-ambroise);
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-position: from-font;
  text-decoration-thickness: 0.03125rem;
  text-underline-offset: 0.05625rem;
}

.a2 {
  font-family: var(--font-sloop);
  font-weight: 400;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: 0;

  @media screen and (max-width: 1023px) {
    font-size: 5.596875rem;
  }
}
