/* BrewInsight Design System — global stylesheet entry point.
 * Consumers link THIS file. It is a manifest of @import lines only.
 * Everything reached transitively is shipped: tokens + webfonts.
 */
@import url('./tokens/fonts.css');
@import url('./tokens/colors.css');
@import url('./tokens/typography.css');
@import url('./tokens/spacing.css');
@import url('./tokens/effects.css');
