:root{
  --space-0:0;
  --space-1:4px;
  --space-2:8px;
  --space-3:12px;
  --space-4:16px;
  --space-5:24px;
  --space-6:32px;
  --space-7:40px;
  --space-8:56px;
  --space-9:72px;
  --space-10:96px;
  --space-11:128px;
  --section-y:var(--space-10);
  --gutter:var(--space-5);
  --container-max:1180px;
  --container-narrow:720px;
  /* logo clear space = x-height of the lowercase "s" in the mark */
  --logo-clearspace:0.5em;
  --logo-min-width:96px;
}
