/* ============================================================================
   exotic — css/tokens.css · token aggregator (shim)
   ----------------------------------------------------------------------------
   In the source `podnetwork/exotic` repo, tokens live in one file at this path.
   In this design system they're split by concern under `tokens/*.css`. This shim
   keeps the original `<link href="css/tokens.css">` working so surfaces lifted
   verbatim from the source — and any new code following its convention — pick
   up the full token set without rewiring asset paths.
   ========================================================================== */
@import "tokens/fonts.css";
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
