/* Postie · tokens/spacing.css — packed density, base 4.
   The app is packed (rows 12 / 16, section gap 32); marketing surfaces may loosen one step
   (12 / 16 / 24, gaps 64–96) using the same tokens — the scale does not change, the picks do.
   Leading 1.5 · measure 65–75ch · 16px base. Separation is a tonal step of the ground or space
   alone — never a rule, never a shadow (`tonal-step`, components/RULES.md).
   All seven tokens are the working set's, unchanged. */
:root,
[data-theme="dark"] {
  --postie-space-1: 4px;  --postie-space-2: 8px;  --postie-space-3: 12px;
  --postie-space-4: 16px; --postie-space-5: 20px; --postie-space-6: 24px;
  --postie-gap-section: 32px;
}
