/* Populus Design System — global entry point.
   Consumers link this ONE file. Imports only; no rules here.

   Layer order matters:
   1. fonts        — @font-face for the three brand faces (all self-hosted)
   2. workshop     — the Confident Workshop :root layer the shipped components consume
   3. manifest     — the DESIGN.md v2.2 token manifest, canonical names
   4. aliases      — short authoring aliases, DERIVED from the two layers above
   5. base         — element defaults
   6. dark         — [data-theme="dark"] re-derivation of layers 2–4
   7. component CSS — the .ds-* closure and trust motion, verbatim from the package */
@import './tokens/fonts.css';
@import './tokens/workshop.css';
@import './tokens/manifest.css';
@import './tokens/aliases.css';
@import './tokens/base.css';
@import './tokens/dark.css';
@import './components/agent-shell/agent-shell.css';
@import './components/trust/trust.css';
