html {
  scrollbar-width: thin;
  scrollbar-color: #777b87 transparent;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: #777b87;
  background-clip: padding-box;
}

.auth-logo {
  gap: 0;
}

.auth-logo strong {
  font-size: 19px;
  letter-spacing: -.02em;
}

.auth-card label,
.auth-card > small,
.story-features span,
.auth-story footer {
  font-size: 12px;
}

