/* Praigo Design System — global stylesheet entry point.
 * Consumers link THIS one file. Keep it a list of @imports only.
 * Everything reachable from here is shipped to consumers; @font-face rules in
 * the closure declare the webfonts. */

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