/* ============================================================
   YNACKS Design System — global entry point
   Consumers link THIS file. It only @imports token + font CSS.
   Keep it as a list of @import lines — never inline rules here.
   ============================================================ */

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