/* ============================================================
   DesignCode UI — "Astrolog" Design System
   Global CSS entry point. Consumers link THIS file only.
   It is a manifest of @imports; all real declarations live in
   the imported token files and component asset sheets.
   ============================================================ */

/* Foundations / design tokens */
@import "./tokens/fonts.css";
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/shadows.css";
@import "./tokens/base.css";

/* Component-generated asset classes (bitmap avatars, etc.) */
@import "./components/icons/fig-assets.css";
