/* ============================================================================
 * Jogada Design System — global stylesheet entry point.
 *
 * Consumers link THIS one file. It is a manifest of @import lines only — every
 * token and @font-face the system ships is reachable from here. Mirror of
 * lib/app/design_tokens.dart (the programmatic source of truth).
 * ========================================================================== */

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