.auth-brand h1 {
  font-size: clamp(3.2rem, 4vw, 4.2rem);
  letter-spacing: .04em;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .auth-brand h1 {
    font-size: 3rem;
  }
}
