{
  "$schema": "https://tr.designtokens.org/format/",
  "$description": "Design tokens for ClickHouse",
  "meta": {
    "name": "ClickHouse",
    "description": "A high-performance database interface anchored on near-pure black canvas with electric yellow as the brand voltage. White typography in confident sans, yellow CTAs, and yellow-text stat numbers carry the brand voice across every page. Code blocks and product UI fragments embed directly in dark cards. The yellow + black pairing (and yellow used scarcely as accent) is the system's signature — brand identity without atmospheric decoration.",
    "theme": "dark"
  },
  "color": {
    "primary": {
      "$value": "#faff69",
      "$type": "color",
      "$description": "Use for the primary role."
    },
    "primary-active": {
      "$value": "#e6eb52",
      "$type": "color",
      "$description": "Use for the primary active role."
    },
    "primary-disabled": {
      "$value": "#3a3a1f",
      "$type": "color",
      "$description": "Use for the primary disabled role."
    },
    "ink": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the ink role."
    },
    "body": {
      "$value": "#cccccc",
      "$type": "color",
      "$description": "Use for the body role."
    },
    "body-strong": {
      "$value": "#e6e6e6",
      "$type": "color",
      "$description": "Use for the body strong role."
    },
    "muted": {
      "$value": "#888888",
      "$type": "color",
      "$description": "Use for the muted role."
    },
    "muted-soft": {
      "$value": "#5a5a5a",
      "$type": "color",
      "$description": "Use for the muted soft role."
    },
    "hairline": {
      "$value": "#2a2a2a",
      "$type": "color",
      "$description": "Use for the hairline role."
    },
    "hairline-strong": {
      "$value": "#3a3a3a",
      "$type": "color",
      "$description": "Use for the hairline strong role."
    },
    "canvas": {
      "$value": "#0a0a0a",
      "$type": "color",
      "$description": "Use for the canvas role."
    },
    "surface-soft": {
      "$value": "#121212",
      "$type": "color",
      "$description": "Use for the surface soft role."
    },
    "surface-card": {
      "$value": "#1a1a1a",
      "$type": "color",
      "$description": "Use for the surface card role."
    },
    "surface-elevated": {
      "$value": "#242424",
      "$type": "color",
      "$description": "Use for the surface elevated role."
    },
    "surface-yellow-band": {
      "$value": "#faff69",
      "$type": "color",
      "$description": "Use for the surface yellow band role."
    },
    "on-primary": {
      "$value": "#0a0a0a",
      "$type": "color",
      "$description": "Use for the on primary role."
    },
    "on-dark": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": "Use for the on dark role."
    },
    "on-yellow": {
      "$value": "#0a0a0a",
      "$type": "color",
      "$description": "Use for the on yellow role."
    },
    "accent-emerald": {
      "$value": "#22c55e",
      "$type": "color",
      "$description": "Use for the accent emerald role."
    },
    "accent-rose": {
      "$value": "#ef4444",
      "$type": "color",
      "$description": "Use for the accent rose role."
    },
    "accent-blue": {
      "$value": "#3b82f6",
      "$type": "color",
      "$description": "Use for the accent blue role."
    },
    "success": {
      "$value": "#22c55e",
      "$type": "color",
      "$description": "Use for the success role."
    },
    "warning": {
      "$value": "#f59e0b",
      "$type": "color",
      "$description": "Use for the warning role."
    },
    "error": {
      "$value": "#ef4444",
      "$type": "color",
      "$description": "Use for the error role."
    }
  },
  "typography": {
    "display-xl": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "72px",
        "fontWeight": 700,
        "lineHeight": 1.05,
        "letterSpacing": "-2.5px"
      },
      "$type": "typography",
      "$description": "Typography style for display xl."
    },
    "display-lg": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "56px",
        "fontWeight": 700,
        "lineHeight": 1.1,
        "letterSpacing": "-2px"
      },
      "$type": "typography",
      "$description": "Typography style for display lg."
    },
    "display-md": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "40px",
        "fontWeight": 700,
        "lineHeight": 1.15,
        "letterSpacing": "-1.5px"
      },
      "$type": "typography",
      "$description": "Typography style for display md."
    },
    "display-sm": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "32px",
        "fontWeight": 700,
        "lineHeight": 1.2,
        "letterSpacing": "-1px"
      },
      "$type": "typography",
      "$description": "Typography style for display sm."
    },
    "title-lg": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "24px",
        "fontWeight": 700,
        "lineHeight": 1.3,
        "letterSpacing": "-0.3px"
      },
      "$type": "typography",
      "$description": "Typography style for title lg."
    },
    "title-md": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "18px",
        "fontWeight": 600,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for title md."
    },
    "title-sm": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "16px",
        "fontWeight": 600,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for title sm."
    },
    "stat-display": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "56px",
        "fontWeight": 700,
        "lineHeight": 1,
        "letterSpacing": "-1.5px"
      },
      "$type": "typography",
      "$description": "Typography style for stat display."
    },
    "body-md": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "16px",
        "fontWeight": 400,
        "lineHeight": 1.55,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for body md."
    },
    "body-sm": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "14px",
        "fontWeight": 400,
        "lineHeight": 1.55,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for body sm."
    },
    "caption": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "13px",
        "fontWeight": 500,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for caption."
    },
    "caption-uppercase": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "12px",
        "fontWeight": 600,
        "lineHeight": 1.4,
        "letterSpacing": "1.5px"
      },
      "$type": "typography",
      "$description": "Typography style for caption uppercase."
    },
    "code": {
      "$value": {
        "fontFamily": "JetBrains Mono, ui-monospace, monospace",
        "fontSize": "14px",
        "fontWeight": 400,
        "lineHeight": 1.55,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for code."
    },
    "button": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "14px",
        "fontWeight": 600,
        "lineHeight": 1,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for button."
    },
    "nav-link": {
      "$value": {
        "fontFamily": "Inter, sans-serif",
        "fontSize": "14px",
        "fontWeight": 500,
        "lineHeight": 1.4,
        "letterSpacing": 0
      },
      "$type": "typography",
      "$description": "Typography style for nav link."
    }
  },
  "spacing": {
    "xxs": {
      "$value": "4px",
      "$type": "dimension",
      "$description": "Spacing step xxs."
    },
    "xs": {
      "$value": "8px",
      "$type": "dimension",
      "$description": "Spacing step xs."
    },
    "sm": {
      "$value": "12px",
      "$type": "dimension",
      "$description": "Spacing step sm."
    },
    "md": {
      "$value": "16px",
      "$type": "dimension",
      "$description": "Spacing step md."
    },
    "lg": {
      "$value": "24px",
      "$type": "dimension",
      "$description": "Spacing step lg."
    },
    "xl": {
      "$value": "32px",
      "$type": "dimension",
      "$description": "Spacing step xl."
    },
    "xxl": {
      "$value": "48px",
      "$type": "dimension",
      "$description": "Spacing step xxl."
    },
    "section": {
      "$value": "96px",
      "$type": "dimension",
      "$description": "Spacing step section."
    }
  },
  "radius": {
    "xs": {
      "$value": "4px",
      "$type": "dimension",
      "$description": "Border radius xs."
    },
    "sm": {
      "$value": "6px",
      "$type": "dimension",
      "$description": "Border radius sm."
    },
    "md": {
      "$value": "8px",
      "$type": "dimension",
      "$description": "Border radius md."
    },
    "lg": {
      "$value": "12px",
      "$type": "dimension",
      "$description": "Border radius lg."
    },
    "pill": {
      "$value": "9999px",
      "$type": "dimension",
      "$description": "Border radius pill."
    },
    "full": {
      "$value": "9999px",
      "$type": "dimension",
      "$description": "Border radius full."
    }
  },
  "shadow": {},
  "$extensions": {
    "com.design-md-editor.source": {
      "url": "https://clickhouse.com/",
      "note": "Official brand website used for visual comparison."
    }
  }
}
