/* ════════════════════════════════════════════════════════════════════
   ritter & bader · cooling systems — Design System
   Global CSS entry point. Consumers link THIS file only.
   Keep this file a list of @import lines; put rules in the imports.
   ════════════════════════════════════════════════════════════════════ */

/* Raw Figma variables (--rb-* as rgb) — kept for reference / parity */
@import "./components/_foundations/fig-tokens.css";

/* Foundations */
@import "./tokens/fonts.css";
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/base.css";

/* Component styles (interactive states + layout) */
@import "./components/components.css";
