/* GENERATED by content-engine/tokens.py from design-tokens.json.
 * Do not hand-edit. Change the JSON and regenerate, or the next run reverts you.
 * Spacing exists as a scale so off-grid values cannot be spelled. See the JSON
 * for why, and check_design.py rule 10 for the measurement that forced it. */
:root{
  --space-0:0px;
  --space-px:1px;
  --space-hair:2px;
  --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;

  --gap-inline:var(--space-1);
  --gap-tight:var(--space-2);
  --gap-related:var(--space-3);
  --gap-default:var(--space-4);
  --gap-block:var(--space-5);
  --gap-section:var(--space-6);
  --gap-major:var(--space-7);
  --pad-chip:var(--space-2);
  --pad-card:var(--space-4);
  --pad-panel:var(--space-5);
  --flow-paragraph:var(--space-4);
  --flow-list-item:var(--space-2);
  --flow-figure:var(--space-5);
  --flow-heading-above:var(--space-7);
  --flow-heading-below:var(--space-4);
}
