/* ════════════════════════════════════════════════════════════════
   RFS Design System 1.0 - global stylesheet entry point.
   Consumers link this single file. It is a list of @imports only.
   ════════════════════════════════════════════════════════════════ */

/* Complete Figma Variable set (1921 tokens; single light theme) - the
   full base palette (gray/*, slate/*, red/*, radix scales, etc.).
   Imported FIRST so the curated semantic + px-length tokens below win
   for any overlapping names (its float tokens are unitless). */
@import "./tokens/fig-tokens.css";

@import "./tokens/fonts.css";
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/base.css";
