:root{
  --ts-space-0:0px;   --ts-space-1:2px;  --ts-space-2:4px;   --ts-space-3:8px;
  --ts-space-4:12px;  --ts-space-5:16px; --ts-space-6:20px;  --ts-space-7:24px;
  --ts-space-8:32px;  --ts-space-9:40px; --ts-space-10:56px; --ts-space-11:72px;
  --ts-space-12:96px;

  /* Layout */
  --ts-gutter:20px;            /* screen side padding, mobile */
  --ts-gutter-wide:40px;       /* screen side padding, >=768px */
  --ts-appbar-height:52px;
  --ts-tabbar-height:76px;
  --ts-touch-min:44px;         /* never smaller */
  --ts-measure:34ch; /* @kind other */           /* body copy max line length */
  --ts-section-gap:56px;
}
