/* ============================================================
   BoyleSports Design System — global CSS entry point.
   Consumers link THIS one file. It is an @import manifest only.
   ============================================================ */

@import './tokens/fonts.css';
@import './tokens/colors.css';
@import './tokens/typography.css';
@import './tokens/spacing.css';

/* NOTE: components/fig-tokens.css holds the raw Figma Variable dump
   (team names, match data, theme modes) — kept in-repo for parity
   reference but intentionally NOT shipped here; the clean tokens above
   are the public contract. */
