/* SWB Consulting — Spacing, radius, shadow & motion tokens */

: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;

  /* Corner radii — slides/cards use crisp-ish geometric corners, small radius only
     on small UI chips; the brand does NOT use the "rounded card + colored left
     border" pattern. */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 18px;
  --radius-pill: 999px;

  /* Shadows are used sparingly — flat graphic system, minimal elevation */
  --shadow-sm: 0 1px 2px color-mix(in oklch, black 10%, transparent);
  --shadow-md: 0 8px 24px color-mix(in oklch, black 14%, transparent);

  /* Border weight for the signature dotted rule ("ready for next engagement") */
  --border-dotted: 2px dotted var(--color-border-dotted);
  --border-width-thin: 1px;
  --border-width-md: 2px;

  /* Motion — restrained: quick fades/slides, no bounce/spring; this is a slide
     system first, prototypes should feel calm and confident, not playful */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --duration-fast: 120ms; /* @kind other */
  --duration-md: 220ms; /* @kind other */
}
