/* 4px base grid. Layout widths follow the office's document-heavy screens. */
:root{
  --space-0:0px;
  --space-1:4px;
  --space-2:8px;
  --space-3:12px;
  --space-4:16px;
  --space-5:20px;
  --space-6:24px;
  --space-7:32px;
  --space-8:40px;
  --space-9:48px;
  --space-10:64px;
  --space-11:80px;
  --space-12:104px;

  --gutter-mobile:var(--space-4);
  --gutter-desktop:var(--space-8);
  --content-max:1160px;
  --prose-max:68ch;
  --sidebar-width:248px;
  --appbar-height:52px;
  --tabbar-height:60px;
  --tap-min:44px;
}
