{
  "version": "1.0.0",
  "description": "Shared design tokens for TipSharks monorepo — web, mobile, and API services",
  "colors": {
    "background": {
      "primary": { "light": "#f9fafb", "dark": "#0f172a" },
      "secondary": { "light": "#ffffff", "dark": "#1e293b" },
      "tertiary": { "light": "#f3f4f6", "dark": "#334155" }
    },
    "text": {
      "primary": { "light": "#111827", "dark": "#f9fafb" },
      "secondary": { "light": "#6b7280", "dark": "#9ca3af" },
      "tertiary": { "light": "#9ca3af", "dark": "#64748b" }
    },
    "border": {
      "default": { "light": "#e5e7eb", "dark": "#334155" },
      "light": { "light": "#f3f4f6", "dark": "#1e293b" }
    },
    "accent": {
      "cyan": { "400": "#22d3ee", "500": "#06b6d4", "600": "#0891b2" },
      "primary": { "light": "#111827", "dark": "#06b6d4" },
      "primaryText": { "light": "#ffffff", "dark": "#0f172a" }
    },
    "semantic": {
      "danger": "#dc2626",
      "success": "#059669",
      "warning": "#d97706"
    },
    "racingTypes": {
      "thoroughbred": "#3b82f6",
      "harness": "#8b5cf6",
      "greyhound": "#22c55e"
    },
    "rating": {
      "high": "#059669",
      "medium": "#d97706",
      "low": "#dc2626"
    },
    "chip": {
      "bg": { "light": "#f3f4f6", "dark": "#334155" },
      "text": { "light": "#374151", "dark": "#e2e8f0" },
      "activeBg": { "light": "#111827", "dark": "#06b6d4" },
      "activeText": { "light": "#ffffff", "dark": "#0f172a" }
    }
  },
  "spacing": {
    "xs": "0.25rem",
    "sm": "0.5rem",
    "md": "1rem",
    "lg": "1.5rem",
    "xl": "2rem",
    "2xl": "3rem"
  },
  "typography": {
    "fontFamily": {
      "sans": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
      "mono": "ui-monospace, SFMono-Regular, Menlo, Monaco, monospace"
    },
    "scale": {
      "xs": { "fontSize": "0.75rem", "lineHeight": "1rem" },
      "sm": { "fontSize": "0.875rem", "lineHeight": "1.25rem" },
      "base": { "fontSize": "1rem", "lineHeight": "1.5rem" },
      "lg": { "fontSize": "1.125rem", "lineHeight": "1.75rem" },
      "xl": { "fontSize": "1.25rem", "lineHeight": "1.75rem" },
      "2xl": { "fontSize": "1.5rem", "lineHeight": "2rem" },
      "3xl": { "fontSize": "1.875rem", "lineHeight": "2.25rem" }
    }
  },
  "radii": {
    "sm": "0.375rem",
    "md": "0.5rem",
    "lg": "0.75rem",
    "xl": "1rem",
    "full": "9999px"
  },
  "shadows": {
    "sm": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
    "md": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
    "lg": "0 10px 15px -3px rgba(0, 0, 0, 0.1)",
    "accent": "0 10px 25px -5px rgba(6, 182, 212, 0.08)"
  }
}
