/* ============================================================
   Conceito Indica — Design System entry point
   ------------------------------------------------------------
   Consumers link THIS one file. It is an import manifest only —
   no rules live here. Everything reachable from these imports
   (tokens + @font-face) ships to consuming projects.
   ============================================================ */

@import "./fonts/fonts.css";
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/motion.css";
