{
  "version": 1,
  "name": "My Design System",
  "principles": {
    "calmPrecision": {
      "core": ["gestalt", "signal-noise", "content-chrome", "cognitive-load"],
      "stylistic": ["fitts", "hick"],
      "severity": {
        "gestalt": "error",
        "signal-noise": "error",
        "content-chrome": "warn",
        "cognitive-load": "warn",
        "fitts": "warn",
        "hick": "warn"
      }
    },
    "custom": []
  },
  "tokens": {
    "colors": {
      "primary": "#3b82f6",
      "secondary": "#8b5cf6",
      "accent": "#f59e0b",
      "success": "#10b981",
      "error": "#ef4444",
      "warning": "#f59e0b",
      "info": "#3b82f6",
      "text-primary": "#1f2937",
      "text-secondary": "#6b7280",
      "text-muted": "#9ca3af",
      "bg-primary": "#ffffff",
      "bg-secondary": "#f9fafb",
      "bg-tertiary": "#f3f4f6",
      "border-default": "#e5e7eb",
      "border-subtle": "#f3f4f6"
    },
    "typography": {
      "fontFamilies": {
        "sans": "Inter, system-ui, -apple-system, sans-serif",
        "mono": "JetBrains Mono, Menlo, monospace"
      },
      "fontSizes": { "xs": 12, "sm": 14, "base": 16, "lg": 18, "xl": 20, "2xl": 24, "3xl": 30, "4xl": 36 },
      "fontWeights": { "normal": 400, "medium": 500, "semibold": 600, "bold": 700 },
      "lineHeights": { "tight": 1.25, "normal": 1.5, "relaxed": 1.75 }
    },
    "spacing": [4, 8, 12, 16, 24, 32, 48, 64],
    "borderRadius": { "none": 0, "sm": 4, "md": 8, "lg": 12, "xl": 16, "full": 9999 },
    "shadows": {
      "sm": "0 1px 2px rgba(0,0,0,0.05)",
      "md": "0 4px 6px rgba(0,0,0,0.1)",
      "lg": "0 10px 15px rgba(0,0,0,0.1)"
    },
    "transitions": { "default": "150ms ease", "slow": "300ms ease" },
    "touchTargets": { "min": 44 }
  }
}
