/* Trading & Banking Design System — global entry point.
   Consumers link this single file. Import order matters: tokens → fonts → type → base. */
@import './tokens/fig-tokens.css';
@import './tokens/fonts.css';
@import './tokens/typography.css';
@import './tokens/shadows.css';
@import './tokens/base.css';
