/* Turno — spacing, radius, sizing tokens */
:root {
  /* Spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 44px;
  --space-8: 56px;

  /* Section rhythm + page gutter */
  --section-pad-y: 56px;
  --page-gutter: 32px;
  --content-max: 1200px;

  /* Radii — restrained, near-square industrial corners */
  --radius-sm: 3px;   /* buttons, tags, chips */
  --radius-md: 4px;   /* cards, panels, swatches */
  --radius-pill: 99px;

  /* Blueprint grid cell */
  --grid-cell: 34px;
}
