/* Prevent the introductory column from ever colliding with the sign-in form. */
.auth-intro h1 {
  max-width: 100%;
  font-size: clamp(2.9rem, 3.6vw, 4.1rem);
  line-height: .92;
  letter-spacing: -.055em;
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .auth-intro h1 {
    font-size: clamp(2.7rem, 12.5vw, 3.7rem);
  }
}
