{
  "colors": {
    "brand-violet": "#6E5CFF",
    "brand-violet-light": "#a78bfa",
    "ink": "#1a1a2e",
    "ink-2": "#64748b",
    "ink-3": "#94a3b8",
    "bg": "#f8f7ff",
    "bg-elevated": "#ffffff",
    "bg-warm": "#f5f3ff",
    "border": "#e8e6f0",
    "success": "#22c55e",
    "warning": "#f59e0b",
    "error": "#ef4444"
  },
  "typography": {
    "display": "Plus Jakarta Sans",
    "body": "Inter",
    "editorial": "Fraunces",
    "mono": "JetBrains Mono"
  },
  "spacing": {
    "1": "4px",
    "2": "8px",
    "3": "12px",
    "4": "16px",
    "6": "24px",
    "8": "32px",
    "12": "48px",
    "16": "64px",
    "24": "96px",
    "32": "128px"
  },
  "borderRadius": {
    "sm": "6px",
    "md": "8px",
    "lg": "12px",
    "xl": "16px",
    "2xl": "24px",
    "full": "9999px"
  },
  "motion": {
    "easing": {
      "default": "ease-out",
      "modal": "ease-in-out"
    },
    "duration": {
      "micro": "150ms",
      "default": "200ms",
      "page": "300ms",
      "emphasis": "500ms"
    }
  }
}
