/* ============================================================
   ymaplify — design system entry point
   Consumers link THIS one file. It only @imports the token and
   font layers; every custom property and @font-face lives in the
   files below. Order matters: fonts → colors → typography → spacing.
   ============================================================ */
@import "./tokens/fonts.css?v=60eca9ba9ff5";
@import "./tokens/colors.css?v=60eca9ba9ff5";
@import "./tokens/typography.css?v=60eca9ba9ff5";
@import "./tokens/spacing.css?v=60eca9ba9ff5";
/* R3-0 port: tokens/icons.css does not exist in the mirror (icons came from the
   Tabler CDN webfont). Icons are instead loaded via ui/tabler/tabler-icons.css
   (full, self-hosted @tabler/icons-webfont) linked after this file in app.html. */
