/* VerityGuard Design System — global entry point.
   Consumers link this one file. Import order matters:
   fonts first, then tokens, then base element defaults. */

@import "tokens/fonts.css";
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/layout.css";
@import "tokens/base.css";
