/* Claude Design — extracted style package (entry point)
 *
 * Reconstructed from a saved snapshot of claude.ai/design. This is the
 * STYLE/TOKEN layer only — design tokens, fonts, and per-component CSS that
 * were served publicly in the production stylesheet. It does NOT contain the
 * React components themselves (those live only in the minified JS bundle and
 * were not reconstructed). See COMPONENT-INVENTORY.md for what exists.
 *
 * Import order matters: fonts + tokens first (they define the custom
 * properties everything else consumes), then component styles.
 */

@import "./fonts.css";
@import "./tokens/tokens.css";

/* Per-component styles (verbatim from the snapshot's code-split CSS chunks) */
@import "./components/components.css";
@import "./components/button.css";
@import "./components/form-list.css";
@import "./components/add-design-system-modal.css";
@import "./components/home-analytics.css";
@import "./components/project-page.css";
@import "./components/projects-page.css";
