/* ======================================================================
   RYTM Design System — entry point.
   Import this ONE file in any page to get full DS (tokens + fonts + all
   components). Order matters: tokens → typography → components.
   ====================================================================== */

@import "./build/tokens.css";
@import "./build/typography.css";

@import "./components/pill.css";
@import "./components/button.css";
@import "./components/icon-button.css";
@import "./components/card.css";
@import "./components/faq.css";
@import "./components/divider.css";
