/* ClickHouse Tailwind CSS v4 theme */
@theme {
  --color-primary: #faff69;
  --color-primary-active: #e6eb52;
  --color-primary-disabled: #3a3a1f;
  --color-ink: #ffffff;
  --color-body: #cccccc;
  --color-body-strong: #e6e6e6;
  --color-muted: #888888;
  --color-muted-soft: #5a5a5a;
  --color-hairline: #2a2a2a;
  --color-hairline-strong: #3a3a3a;
  --color-canvas: #0a0a0a;
  --color-surface-soft: #121212;
  --color-surface-card: #1a1a1a;
  --color-surface-elevated: #242424;
  --color-surface-yellow-band: #faff69;
  --color-on-primary: #0a0a0a;
  --color-on-dark: #ffffff;
  --color-on-yellow: #0a0a0a;
  --color-accent-emerald: #22c55e;
  --color-accent-rose: #ef4444;
  --color-accent-blue: #3b82f6;
  --color-success: #22c55e;
  --color-warning: #f59e0b;
  --color-error: #ef4444;
  --font-primary: Inter, sans-serif;
  --font-family-2: JetBrains Mono, ui-monospace, monospace;
  --text-display-xl: 72px;
  --leading-display-xl: 1.05;
  --tracking-display-xl: -2.5px;
  --text-display-lg: 56px;
  --leading-display-lg: 1.1;
  --tracking-display-lg: -2px;
  --text-display-md: 40px;
  --leading-display-md: 1.15;
  --tracking-display-md: -1.5px;
  --text-display-sm: 32px;
  --leading-display-sm: 1.2;
  --tracking-display-sm: -1px;
  --text-title-lg: 24px;
  --leading-title-lg: 1.3;
  --tracking-title-lg: -0.3px;
  --text-title-md: 18px;
  --leading-title-md: 1.4;
  --tracking-title-md: 0;
  --text-title-sm: 16px;
  --leading-title-sm: 1.4;
  --tracking-title-sm: 0;
  --text-stat-display: 56px;
  --leading-stat-display: 1;
  --tracking-stat-display: -1.5px;
  --text-body-md: 16px;
  --leading-body-md: 1.55;
  --tracking-body-md: 0;
  --text-body-sm: 14px;
  --leading-body-sm: 1.55;
  --tracking-body-sm: 0;
  --text-caption: 13px;
  --leading-caption: 1.4;
  --tracking-caption: 0;
  --text-caption-uppercase: 12px;
  --leading-caption-uppercase: 1.4;
  --tracking-caption-uppercase: 1.5px;
  --text-code: 14px;
  --leading-code: 1.55;
  --tracking-code: 0;
  --text-button: 14px;
  --leading-button: 1;
  --tracking-button: 0;
  --text-nav-link: 14px;
  --leading-nav-link: 1.4;
  --tracking-nav-link: 0;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 48px;
  --spacing-section: 96px;
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 9999px;
  --radius-full: 9999px;
}
