.h1 {
  font-family: var(--font-season);
  font-weight: 300;
  font-size: 5.375rem;
  line-height: 84%;
  letter-spacing: -0.05em;
  text-transform: uppercase;

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

.p1 {
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 124%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.c1 {
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 124%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.c2 {
  font-family: var(--font-manrope);
  font-weight: 800;
  font-size: 0.625rem;
  line-height: 135%;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}
