/* Organic Items Design System — global stylesheet entry point.
   List of @imports only; see tokens/ for the actual rules.

   Default shipped theme = Direction A "Sage" (colors + fonts).
   Direction B "Canopy" tokens also live in tokens/ as an alternate
   theme — see readme.md "Two directions" for how to switch. */

@import "tokens/colors-sage.css";
@import "tokens/fonts-sage.css";
@import "tokens/typography-scale.css";
@import "tokens/spacing.css";
@import "tokens/radius.css";
@import "tokens/shadow.css";
@import "tokens/motion.css";
