{
  "colors": {
    "primary": [
      "#FF6B35",
      "#F7931E",
      "#FDC830"
    ],
    "secondary": [
      "#4ECDC4",
      "#44A08D",
      "#36D1DC"
    ],
    "neutral": [
      "#2C3E50",
      "#34495E",
      "#7F8C8D",
      "#95A5A6",
      "#BDC3C7",
      "#ECF0F1",
      "#FFFFFF"
    ],
    "allowUnknown": false
  },
  "typography": {
    "families": [
      "Inter",
      "Roboto",
      "SF Pro Display",
      "SF Pro Text"
    ],
    "sizes": [
      10,
      12,
      14,
      16,
      18,
      20,
      24,
      28,
      32,
      36,
      48,
      64,
      72
    ],
    "weights": [
      300,
      400,
      500,
      600,
      700,
      800
    ]
  },
  "spacing": {
    "values": [
      0,
      2,
      4,
      6,
      8,
      12,
      16,
      20,
      24,
      32,
      40,
      48,
      64,
      80,
      96,
      128
    ],
    "tolerance": 2
  },
  "borderRadius": {
    "values": [
      0,
      2,
      4,
      6,
      8,
      12,
      16,
      20,
      24,
      32,
      999
    ],
    "tolerance": 1
  },
  "notifications": {
    "slack": {
      "webhook": "",
      "channel": "#design-violations"
    },
    "discord": {
      "webhook": ""
    }
  },
  "github": {
    "enabled": true,
    "repo": "your-org/your-repo",
    "labels": [
      "design-compliance",
      "needs-review",
      "design-system"
    ]
  },
  "ignore": {
    "frames": [
      "*-WIP",
      "*-Draft",
      "*-Archive",
      "Exploration*"
    ],
    "components": [
      "Experimental/*",
      "Playground/*",
      "Test/*"
    ]
  },
  "severity": {
    "colors": "critical",
    "typography": "warning",
    "typography.size": "warning",
    "typography.weight": "info",
    "spacing": "info",
    "borderRadius": "info"
  }
}
