/* 4px base grid. The brand's own measure is the isotype width — used for the
   logo safe area (§4) and exposed as --space-safe-area. */
:root{
  --space-0:0;
  --space-1:2px;
  --space-2:4px;
  --space-3:8px;
  --space-4:12px;
  --space-5:16px;
  --space-6:20px;
  --space-7:24px;
  --space-8:32px;
  --space-9:40px;
  --space-10:48px;
  --space-11:64px;
  --space-12:80px;
  --space-13:96px;
  --space-14:128px;

  --space-safe-area:1em;      /* = width of the isotype at the logo's own size */
  --layout-max:1200px;
  --layout-gutter:var(--space-8);
  --section-y:var(--space-13);
}
