/* Extendeal Pharma — Spacing, radii & layout tokens
   Grid (Figma "Grid / Layout"): 16-col, 16px padding, 31px outer margin, 62px column. */

:root {
  /* Spacing scale */
  --space-0: 0;
  --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;

  /* Layout grid */
  --grid-columns: 16; /* @kind other */
  --grid-gutter: 16px;
  --grid-margin: 31px;
  --grid-column-width: 62px;
  --layout-max-width: 1366px;
  --sidenav-width: 240px;
  --header-height: 56px;

  /* Radii */
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-pill: 99px;
  --radius-circle: 50%;

  /* Control sizing */
  --control-height-sm: 32px;
  --control-height-md: 40px;
  --control-height-lg: 48px;
  --hit-target-min: 44px;

  /* Motion */
  --ease-standard: cubic-bezier(0.2, 0, 0.2, 1); /* @kind other */
  --ease-decelerate: cubic-bezier(0, 0, 0.2, 1); /* @kind other */
  --duration-fast: 120ms; /* @kind other */
  --duration-base: 200ms; /* @kind other */
  --duration-slow: 320ms; /* @kind other */
}
