/**
 * OnlyCars shared brand tokens — used by landing + onboarding so the two
 * surfaces cannot silently drift apart.
 */
:root {
  --oc-navy: #001f3f;
  --oc-navy-2: #06335f;
  --oc-accent: #5aa0ff;
  --oc-ink: #eaf2ff;
  --oc-orange: #ff7a18;
  --oc-amber: #ffb86b;

  /* Aliases already referenced by onboarding_base.html */
  --navy: var(--oc-navy);
  --navy2: var(--oc-navy-2);
  --accent: var(--oc-accent);
  --ink: var(--oc-ink);
  --orange: var(--oc-orange);
}
