/* ============================================================
   Nova Academy — Design System entry point
   Consumers link ONLY this file. It is an @import manifest:
   all tokens, fonts and foundations are pulled in below.
   ============================================================ */

/* Foundations (order matters: colors → type → layout) */
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/layout.css";

/* Raw Figma Variables as generated (structured Untitled-UI base
   ramp the file carries; the --nova-* tokens above are canonical). */
@import "./components/fig-tokens.css";
