/* ============================================================
   Traffic-Ticket.ai — Spacing, radius, layout tokens
   4px base unit. Radii sit in the middle of the road on purpose:
   soft enough to feel like modern software, square enough to
   read as authoritative — never full pill on primary surfaces.
   ============================================================ */

:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;

  --container-max: 1200px;
  --border-width: 1px;
}
