/* Landing page only: the lockup, centered, above the sign-in link. */
.landing {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-xl);
  padding: var(--space-lg);
}

.landing-lockup {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.landing-lockup img {
  height: 31.2px;
  width: auto;
}

.landing-wordmark {
  font-family: "Stick No Bills", "IBM Plex Sans", system-ui, sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: var(--ink);
}
