/* ==========================================================================
   MuscularFit / Ecosystem Design System — global entry point
   Consumers link THIS one file. @import lines only.

   Layered: primitives (constant) → fonts → default + brand themes → keyframes.
   The active brand is whichever theme owns :root (MuscularFit by default);
   scope another brand with data-brand="…" on any ancestor.
   ========================================================================== */
@import url("tokens/primitives.css");
@import url("tokens/fonts.css");
@import url("themes/muscularfit.css");
@import url("themes/placefit.css");
@import url("tokens/keyframes.css");
