/* Cortex UI — global entry point.
   Consumers link THIS file. It is an @import manifest only; every token, font-face,
   and theme in the shipped closure is reached from here. Order matters:
   fonts → tokens → base → themes → voices.

   The ratified identity is the LIGHT elevated-card language (the "v3" direction):
   a warm paper canvas, white cards that lift on soft shadows, tinted status pills,
   copper as the single action accent. The earlier dark-nav "graphite" exploration
   (character.css) is retired — it stays on disk for reference but is NOT imported,
   so the default appearance matches the approved KadaMoto v3 kit. */

@import "tokens/fonts.css";
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
@import "tokens/elevation.css";
@import "tokens/motion.css";
@import "tokens/base.css";
@import "themes/dark.css";
@import "tokens/voices.css"; /* assistant voice tints + the private surface — must win over the accent slot in its subtree */
