/* [project]/src/app/(public)/landing.css [app-client] (css) */
.landing {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: var(--NCA-space-4);
  flex-direction: column;
  min-height: 80vh;
  display: flex;
}

.landing__logo {
  letter-spacing: .15em;
  opacity: .6;
  font-size: 1.25rem;
  font-weight: 700;
}

.landing__heading {
  letter-spacing: -.02em;
  font-size: 3.5rem;
  font-weight: 800;
}

.landing__text {
  opacity: .7;
  max-width: 28rem;
  line-height: 1.6;
}

