/* Remoby Design System — global CSS entry point.
   Consumers link this ONE file. It is a manifest of @imports only. */

@import url("./tokens/fonts.css");

/* Raw Figma variable + asset layer (used by the full-import components/kit/*).
   Imported BEFORE the curated tokens so the semantic Remoby values below win
   on any name collision. */
@import url("./components/kit/fig-tokens.css");
@import url("./components/kit/fig-assets.css");

/* Curated Remoby tokens (authoritative). */
@import url("./tokens/colors.css");
@import url("./tokens/typography.css");
@import url("./tokens/spacing.css");
