/* ============================================================
   Trade Journal — Design System entry point
   Consumers link THIS file; it pulls in the full token + component
   layer in the right order:
     1. colors_and_type.css — themes, color tokens, typography
     2. ui_kits/trade-journal/kit.css — component primitives
   ============================================================ */
@import "./colors_and_type.css";
@import "./ui_kits/trade-journal/kit.css";
