/* GENERATED — edit /design/ at repo root, then run scripts/sync-design.sh. */

/* Greco-Futurism — unified design system barrel.
   Import this single file from each app to pick up tokens, type, and motifs.

   Consumption:
   - platform/  imports via Vite:      import "../../design/index.css";
   - www/       syncs via script:      scripts/sync-design.sh → www/design/

   business/ does NOT use this barrel: Propshaft is not a bundler and does
   not resolve CSS @import. The layout links tokens.css, type.css, and
   motifs.css individually via stylesheet_link_tag instead.

   Source of truth lives at /design/ in the repo root. Do not edit the
   synced copy under www/design/ — edit here, then run the sync script. */

@import "tokens.css";
@import "type.css";
@import "motifs.css";
