/* Base-8 scale. 8 · 16 · 24 · 32 · 48 · 64 · 96 */
:root{
  --space-1:8px;
  --space-2:16px;
  --space-3:24px;
  --space-4:32px;
  --space-5:48px;
  --space-6:64px;
  --space-7:96px;
  /* Off-grid values the spec uses verbatim — do not snap these to base-8 */
  --space-half:4px;
  --space-1-5:12px;
  --space-2-5:20px;
  --space-3-5:28px;
  --space-9:120px;

  --grid-max-width:1120px;
  --grid-columns:12; /* @kind other */
  --grid-gutter:24px;
  --grid-margin:24px;
}
