/* ===========================================================================
   Willowcare Design System — global entry point
   Consumers link THIS one file. It is a manifest of @imports only.
   Everything reachable from here is shipped to consuming projects.
   ===========================================================================*/

/* Webfonts first — must precede other @imports per the CSS spec. */
@import url("./tokens/fonts.css");

/* Design tokens */
@import url("./tokens/colors.css");
@import url("./tokens/typography.css");
@import url("./tokens/spacing.css");

/* Element-level base resets / brand defaults */
@import url("./tokens/base.css");
