.title {
  font-family: var(--font-family-mono);
  margin: 0 0 0.25rem;
  font-size: 2.5rem;
  letter-spacing: -0.02em;
}

@media (max-width: 500px) {
  .title {
    font-size: 2rem;
  }
}

.tagline {
  margin: 0 0 2rem;
  font-size: 1.2rem;
  color: var(--muted-color);
}
