/* Bella Vou Design System — token entry point (VENDORED).
 *
 * These token files are vendored from `bellavou/connect-design-system` (the
 * source of truth — see the `connect-ui` skill). They define the warm-couture
 * foundation as CSS custom properties (`--bv-*`) + base element styling, so any
 * static Connect surface here can build on the real design-system tokens with no
 * build step. Re-vendor (don't fork) when the design system changes.
 *
 * Fonts are loaded in the page <head> (preconnect + the approved Google CDN link,
 * web-standards §2), so this entry intentionally omits the design system's
 * fonts.css @import to avoid a duplicate font request. */

@import url('tokens/colors.css');
@import url('tokens/typography.css');
@import url('tokens/spacing.css');
@import url('tokens/base.css');
