/* Cognel Design System — global entry point. Consumers link this one file.
   @import order matters: fonts and tokens first (they define the variables),
   then the primitives (root defaults, font policy, focus, shell, layout
   helpers), then the component classes, then the session surface styles. */

@import "tokens/fonts.css";
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/geometry.css";
@import "css/primitives.css";
@import "css/components.css";
@import "css/session.css";
