/* ============================================================
   show-your-work Design System — token entry point
   An @import manifest only: every token and the base reset is
   reached from here. Component styles live in /styles.css and
   read these tokens — never raw hex values (enforced by
   scripts/check-style-tokens.mjs).

   Re-theming a fork: set `theme:` in content/config/site.yaml.
   The build writes adopter.css from it, and that is imported
   last so it wins. You never edit a file in this directory.
   ============================================================ */

@import "./colors.css";
@import "./typography.css";
@import "./spacing.css";
@import "./effects.css";
@import "./base.css";

/* Last, so an adopter's --syw-* values win over the shipped palette. */
@import "./adopter.css";
