/* ============================================================
   Pascal Design System — global entry point
   Consumers link THIS one file. It only @imports; every token,
   font, and base rule ships through the closure below.

   "The small things — a margin, a variable name, a comma —
    are where care actually shows."
   ============================================================ */

@import url("tokens/fonts.css");
@import url("tokens/colors.css");
@import url("tokens/typography.css");
@import url("tokens/spacing.css");
@import url("tokens/shape.css");
@import url("tokens/motion.css");
@import url("tokens/elevation.css");
@import url("tokens/base.css");
