/* Spacing. The app's Spacing scale, plus the layout constants screens rely on. */
:root{
  --space-half:2px;
  --space-1:4px;
  --space-2:8px;
  --space-3:16px;
  --space-4:24px;
  --space-5:32px;
  --space-6:64px;

  --gutter:24px;              /* every screen's horizontal padding */
  --card-padding:18px;
  --row-padding-x:16px;
  --row-padding-y:14px;
  --tab-bar-height:76px;
  --max-content-width:800px;
  --button-height:56px;       /* in-app pill */
  --button-height-onboarding:70px;
  --hold-height:60px;
  --chip-height:34px;
}
