.title, .subtitle, .subtitle-2, .content-1, .content-2 {
  transition: all 0.1s ease;
}

.title {
  font-weight: 600;
  font-size: 8rem;
  line-height: 0.95em;
  filter: blur(0.03em);
  color: var(--accent-color);
  opacity: 0.95;
  -webkit-text-stroke: 2px;
}

.subtitle {
  font-weight: 550;
  font-size: 1rem;
  line-height: 1.25em;
  padding-bottom: 0.5em;
  text-transform: uppercase;
}

.subtitle-2 {
  font-weight: 500;
  font-size: 2rem;
}

.content-1 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3em;
  letter-spacing: 0.006em;
}

.content-2 {
  font-weight: 400;
  font-size: 0.85rem;
}

.nav {
  text-transform: uppercase;
  font-weight: 550;
  font-size: 0.95rem;
  letter-spacing: 0.01rem;
}

@media only screen and (min-width: 1900px) {
  .title {
    font-size: 10rem;
  }
  .subtitle {
    font-size: 1rem;
  }
  .subtitle-2 {
    font-size: 2.2rem;
  }
  .content-1 {
    font-size: 1rem;
  }
  .content-2 {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 992px) {
  .title {
    font-weight: 600;
    font-size: 7rem;
    line-height: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .title {
    font-weight: 600;
    font-size: 4rem;
    line-height: 1em;
  }
  .subtitle {
    font-size: 0.9rem;
  }
  .subtitle-2 {
    font-weight: 500;
    font-size: 1.4rem;
  }
  .nav {
    font-size: 0.8rem;
  }
  .content-1 {
    font-size: 0.9rem;
    line-height: 1.3em;
  }
  .content-2 {
    font-weight: 400;
    font-size: 0.65rem;
    line-height: 0.4em;
  }
}
