/*
  Danifo token entry point. Deliverables import THIS file (not the individual
  token files) so they get the full system in the right cascade order:

    primitives  →  semantics  →  recipes

  Order matters: colors + fonts must load before semantic.css resolves
  var(--danifo-*) references. Keep that order if extending.
*/

@import "./colors.css";
@import "./fonts.css";
@import "./spacing.css";
@import "./type-scale.css";
@import "./radius.css";
@import "./motion.css";
@import "./semantic.css";
