/* ═══════════════════════════════════════════════════════════════
   EatGood Design System — global CSS entry point
   Consumers link THIS file. It only @imports; no rules live here.
   ═══════════════════════════════════════════════════════════════ */

/* Webfonts */
@import './tokens/fonts.css';

/* Foundation tokens (the canonical EatGood brand — warm dark, orange) */
@import './tokens/colors.css';
@import './tokens/typography.css';
@import './tokens/effects.css';

/* Base reset / global look */
@import './tokens/base.css';

/* Secondary reference: the Figma recipe-app product token set
   (light + dark modes, purple accent, nutrition macros).
   Namespaced under their own --* names; safe to ignore for brand work. */
@import './components/fig-tokens.css';
