/* 8 px grid. 4 px exists only for mono micro-labels and pill insets. */
:root{
  --space-0:0;
  --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;
  --space-section:clamp(64px,9vw,128px);

  --measure-text:64ch; /* @kind other */
  --measure-lead:44ch; /* @kind other */
  --content-max:1152px; /* @kind spacing */
  --content-narrow:768px; /* @kind spacing */
  --gutter:clamp(20px,5vw,64px); /* @kind spacing */
}
