/* ============================================================
 * Amaki — global stylesheet entry (repo copy)
 * ----------------------------------------------------------------
 * The first five imports are the design-system package, vendored
 * verbatim from claude-design 47dc6fd2 into tokens/. Never edit
 * them here: a re-sync overwrites the directory. Upstream's own
 * styles.css is exactly those five lines.
 *
 * The repo-owned files follow, and the order is load-bearing —
 * they map the dying legacy vocabulary onto the package, so they
 * must be able to override it. Deleted as the vocabulary dies.
 *
 * pillars.css was here, overriding the package's --accent-* block
 * because the handoff wired the pillars by POSITION and rendered
 * Denaro magenta. Upstream now wires them by meaning and exposes
 * the compatibility names too, so the file was redundant and is
 * gone: all ten names it declared are in tokens/colors.css.
 *
 * repo/materials.css was here too. It is now tokens/materials.css,
 * owned by the design system, which is what its gap row asked for.
 * ============================================================ */

@import url("./tokens/fonts.css");
@import url("./tokens/colors.css");
@import url("./tokens/typography.css");
@import url("./tokens/spacing.css");
@import url("./tokens/materials.css");

@import url("./repo/legacy-palette-bridge.css");
@import url("./repo/proto-bridge.css");
