:root{
  --space-0:0;
  --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;

  /* Radii — the brand is hard-edged / square. Minimal rounding. */
  --radius-none:0;
  --radius-xs:2px;
  --radius-sm:4px;
  --radius-md:6px;
  --radius-pill:999px;

  /* Borders — the system is line-driven; borders carry weight, not shadows */
  --border-w:1.5px;
  --border-w-thick:3px;

  /* Shadows — used sparingly; hard offset shadow echoes the logo's blocky feel */
  --shadow-none:none;
  --shadow-sm:0 1px 2px rgba(10,10,10,.08);
  --shadow-md:0 4px 12px rgba(10,10,10,.10);
  --shadow-hard:4px 4px 0 var(--leon-black);
  --shadow-hard-yellow:4px 4px 0 var(--leon-yellow);

  /* Motion */
  --ease-standard:cubic-bezier(.2,0,0,1); /* @kind other */
  --ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
  --dur-fast:120ms; /* @kind other */
  --dur-base:200ms; /* @kind other */
  --dur-slow:360ms; /* @kind other */

  --container-max:1200px; /* @kind spacing */
}
