:root {
  /* ─── Spacing Scale ─── */
  --space-0:  0px;
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-8:  32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;

  /* ─── Border Radius ─── */
  --radius-xs:   4px;
  --radius-sm:   6px;
  --radius-md:   10px;
  --radius-lg:   16px;
  --radius-xl:   24px;
  --radius-2xl:  32px;
  --radius-full: 9999px;

  /* ─── Logo mark radius ─── */
  --radius-logomark: 28px;  /* the distinctive rounded-square of the "az." mark */

  /* ─── Shadows ─── */
  --shadow-xs:    0 1px 4px rgba(0, 0, 0, 0.2);
  --shadow-sm:    0 2px 8px rgba(0, 0, 0, 0.28);
  --shadow-md:    0 4px 20px rgba(0, 0, 0, 0.38);
  --shadow-lg:    0 8px 40px rgba(0, 0, 0, 0.50);
  --shadow-xl:    0 16px 64px rgba(0, 0, 0, 0.58);
  --shadow-brand: 0 4px 28px rgba(252, 158, 1, 0.30);
  --shadow-brand-lg: 0 8px 48px rgba(252, 158, 1, 0.22);

  /* ─── Transitions ─── */
  --transition-fast:   120ms ease;                          /* @kind other */
  --transition-base:   180ms ease;                          /* @kind other */
  --transition-slow:   300ms ease;                          /* @kind other */
  --transition-enter:  250ms cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
}
