/* OPTIONAL — load ONLY in repos that write raw CSS rather than Tailwind utilities.
 * abyss's scale: the only named spacing scale in 43 repos that is actually used
 * (36 token uses vs 9 literals). Target repos: aetheria-towerbound (26 ad-hoc
 * paddings, no scale), timewalker (23), heartbreak-academy (16), everworld (13),
 * sports-betting-web (13), hyperliquid-bot-web (10), personal-website (14),
 * click-to-send (8). Do NOT load in a Tailwind-utility project. */
:root {
  --space-1: 4px;  --space-2: 8px;  --space-3: 12px; --space-4: 16px;
  --space-5: 24px; --space-6: 32px; --space-7: 48px;
}
