/* GDV Express Design System — global stylesheet entry point.
   Consumers link THIS file. It is import-only by design; all real rules live in
   the token files below. Order matters: fonts → colors → type → spacing → effects. */

@import "tokens/fonts.css";
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
@import "tokens/effects.css";
