{
  "name": "inleed-ui",
  "description": "Design tokens for the Inleed developer portal and the MCP admin dashboard. Generated from src/styles/tokens.css.",
  "source": "https://api.inleed.com/design-tokens.json",
  "defaultTheme": "dark",
  "shared": {
    "border": {
      "border-accent": "color-mix(in oklab, var(--accent) 40%, transparent)"
    },
    "accent": {
      "accent-bg": "color-mix(in oklab, var(--accent) 12%, transparent)",
      "accent-glow": "color-mix(in oklab, var(--accent) 42%, transparent)"
    },
    "tier": {
      "tier-read": "var(--info)",
      "tier-write": "var(--warning)",
      "tier-confirm": "var(--purple)",
      "tier-destructive": "var(--danger)"
    },
    "font": {
      "font-display": "\"Inter Tight\", \"Inter\", ui-sans-serif, system-ui, -apple-system, \"Segoe UI\", sans-serif",
      "font-sans": "\"Inter\", ui-sans-serif, system-ui, -apple-system, \"Segoe UI\", sans-serif",
      "font-mono": "\"JetBrains Mono\", ui-monospace, \"SF Mono\", Menlo, Consolas, monospace"
    },
    "type": {
      "text-3xs": "10px",
      "text-2xs": "11px",
      "text-xs": "12px",
      "text-sm": "14px",
      "text-base": "16px",
      "text-md": "18px",
      "text-lg": "20px",
      "text-xl": "24px",
      "text-2xl": "29px",
      "text-3xl": "35px",
      "text-4xl": "42px",
      "text-6xl": "64px",
      "leading-body": "1.75",
      "leading-heading": "1.15",
      "leading-code": "1.6"
    },
    "space": {
      "space-1": "4px",
      "space-2": "8px",
      "space-3": "12px",
      "space-4": "16px",
      "space-5": "20px",
      "space-6": "24px",
      "space-8": "32px",
      "space-10": "40px",
      "space-12": "48px",
      "space-16": "64px"
    },
    "other": {
      "radius": "8px"
    },
    "radius": {
      "radius-xs": "4px",
      "radius-sm": "6px",
      "radius-md": "8px",
      "radius-lg": "12px",
      "radius-xl": "16px",
      "radius-full": "9999px"
    },
    "motion": {
      "ease-out": "cubic-bezier(0.16, 1, 0.3, 1)",
      "dur-fast": "120ms",
      "dur-base": "180ms",
      "dur-slow": "320ms"
    },
    "layout": {
      "layout-max": "1440px",
      "layout-docs-max": "1584px",
      "layout-sidebar": "280px",
      "layout-content": "760px",
      "layout-rail": "440px",
      "layout-rail-min": "320px",
      "layout-header": "56px"
    }
  },
  "themes": {
    "dark": {
      "surface": {
        "bg-100": "#090d18",
        "bg-200": "#0d1322",
        "bg-300": "#131a2c",
        "bg-400": "#1a2438"
      },
      "border": {
        "border": "#b6cdff17",
        "border-strong": "#b6cdff29"
      },
      "text": {
        "fg-100": "#eef2f9",
        "fg-200": "#a4aec2",
        "fg-300": "#828fa7",
        "fg-inverse": "#090d18"
      },
      "accent": {
        "accent": "#4fa8e8",
        "accent-fg": "#07101f"
      },
      "semantic": {
        "success": "#37d183",
        "warning": "#ffa055",
        "danger": "#ff6d70",
        "info": "#3ecfcb",
        "purple": "#b99cff"
      },
      "method": {
        "method-get": "#3ecfcb",
        "method-post": "#37d183",
        "method-patch": "#ffab57",
        "method-put": "#b99cff",
        "method-delete": "#ff6d70"
      },
      "shadow": {
        "shadow-xs": "0 1px 1px #0000000a",
        "shadow-sm": "0 1px 2px #0000000f, 0 0 0 1px var(--border)",
        "shadow-lg": "0 1px 1px #00000005, 0 8px 16px -4px #0000000a, 0 24px 32px -8px #0000000f"
      }
    },
    "light": {
      "surface": {
        "bg-100": "#fafbfc",
        "bg-200": "#f2f5f8",
        "bg-300": "#ffffff",
        "bg-400": "#eaeff4"
      },
      "border": {
        "border": "#10295514",
        "border-strong": "#10295526"
      },
      "text": {
        "fg-100": "#0f1419",
        "fg-200": "#4b5a69",
        "fg-300": "#59697a",
        "fg-inverse": "#fafbfc"
      },
      "accent": {
        "accent": "#1b64bd",
        "accent-fg": "#ffffff"
      },
      "semantic": {
        "success": "#0d7a3e",
        "warning": "#9d5410",
        "danger": "#c2262d",
        "info": "#0a6f76",
        "purple": "#5c3fc4"
      },
      "method": {
        "method-get": "#0a6f76",
        "method-post": "#0d7a3e",
        "method-patch": "#9d5410",
        "method-put": "#5c3fc4",
        "method-delete": "#c2262d"
      },
      "shadow": {
        "shadow-xs": "0 1px 1px #0f14190f",
        "shadow-sm": "0 1px 2px #0f141914, 0 0 0 1px var(--border)",
        "shadow-lg": "0 1px 1px #0f14190a, 0 8px 16px -4px #0f141912, 0 24px 32px -8px #0f14191a"
      }
    }
  }
}
