/* Dealer desk follows the same LA wordmark and type rhythm. */
body {
  font-family: var(--la-font);
  text-rendering: optimizeLegibility;
}

h1, h2, h3, .brand, .primary, .ghost {
  font-family: var(--la-display);
}

.page-heading h1,
.auth-panel h1 {
  letter-spacing: -.03em;
  text-wrap: balance;
}

.dealer-brand { gap: 12px; }
.dealer-brand b { letter-spacing: -.02em; }

.primary,
.ghost {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.primary:active,
.ghost:active {
  transform: translateY(1px) scale(.985);
}
