/* Mintlify design tokens */
:root {
  --color-primary: #0a0a0a;
  --color-on-primary: #ffffff;
  --color-brand-green: #00d4a4;
  --color-brand-green-deep: #00b48a;
  --color-brand-green-soft: #7cebcb;
  --color-brand-tag: #3772cf;
  --color-brand-warn: #c37d0d;
  --color-brand-annotate: #1ba673;
  --color-brand-error: #d45656;
  --color-brand-cursor: #888888;
  --color-hero-sky-from: #87a8c8;
  --color-hero-sky-to: #f5e9d8;
  --color-hero-dark-from: #1a3d4a;
  --color-hero-dark-to: #2d5a4f;
  --color-testimonial-orange: #f55a3c;
  --color-testimonial-orange-deep: #cc3a1f;
  --color-canvas: #ffffff;
  --color-canvas-dark: #0a0a0a;
  --color-surface: #f7f7f7;
  --color-surface-soft: #fafafa;
  --color-surface-code: #1c1c1e;
  --color-hairline: #e5e5e5;
  --color-hairline-soft: #ededed;
  --color-hairline-dark: #1f1f1f;
  --color-ink: #0a0a0a;
  --color-charcoal: #1c1c1e;
  --color-slate: #3a3a3c;
  --color-steel: #5a5a5c;
  --color-stone: #888888;
  --color-muted: #a8a8aa;
  --color-on-dark: #ffffff;
  --color-on-dark-muted: #b3b3b3;
  --font-primary: 'Inter', system-ui, sans-serif;
  --font-family-2: 'Geist Mono', system-ui, sans-serif;
  --text-hero-display: 72px;
  --leading-hero-display: 1.05;
  --tracking-hero-display: -2px;
  --text-display-lg: 56px;
  --leading-display-lg: 1.1;
  --tracking-display-lg: -1.5px;
  --text-heading-1: 48px;
  --leading-heading-1: 1.1;
  --tracking-heading-1: -1px;
  --text-heading-2: 36px;
  --leading-heading-2: 1.2;
  --tracking-heading-2: -0.5px;
  --text-heading-3: 28px;
  --leading-heading-3: 1.25;
  --text-heading-4: 22px;
  --leading-heading-4: 1.3;
  --text-heading-5: 18px;
  --leading-heading-5: 1.4;
  --text-subtitle: 18px;
  --leading-subtitle: 1.5;
  --text-body-md: 16px;
  --leading-body-md: 1.5;
  --text-body-md-medium: 16px;
  --leading-body-md-medium: 1.5;
  --text-body-sm: 14px;
  --leading-body-sm: 1.5;
  --text-body-sm-medium: 14px;
  --leading-body-sm-medium: 1.5;
  --text-caption: 13px;
  --leading-caption: 1.4;
  --text-caption-bold: 13px;
  --leading-caption-bold: 1.4;
  --text-micro: 12px;
  --leading-micro: 1.4;
  --text-micro-uppercase: 11px;
  --leading-micro-uppercase: 1.4;
  --tracking-micro-uppercase: 0.5px;
  --text-button-md: 14px;
  --leading-button-md: 1.3;
  --text-code-md: 14px;
  --leading-code-md: 1.5;
  --text-code-sm: 13px;
  --leading-code-sm: 1.4;
  --text-code-inline: 13px;
  --leading-code-inline: 1.3;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 20px;
  --spacing-xl: 24px;
  --spacing-xxl: 32px;
  --spacing-xxxl: 40px;
  --spacing-section-sm: 48px;
  --spacing-section: 64px;
  --spacing-section-lg: 96px;
  --spacing-hero: 120px;
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-xxl: 24px;
  --radius-full: 9999px;
}
