/* Kitamura Design System (KIT) — global stylesheet entry point.
   Consumers link THIS file. It is a manifest of @import lines only.
   Everything reachable from here ships to consumers as tokens + fonts. */

@import "./tokens/fonts.css";
@import "./tokens/fig-tokens.css";   /* raw Figma Variables (color scales + Size) */
@import "./tokens/colors.css";       /* semantic color aliases */
@import "./tokens/typography.css";   /* type scale */
@import "./tokens/spacing.css";      /* spacing, radius, layout */
