/* IBM Tailwind CSS v4 theme */
@theme {
  --color-primary: #0f62fe;
  --color-on-primary: #ffffff;
  --color-ink: #161616;
  --color-ink-muted: #525252;
  --color-ink-subtle: #8c8c8c;
  --color-canvas: #ffffff;
  --color-surface-1: #f4f4f4;
  --color-surface-2: #e0e0e0;
  --color-inverse-canvas: #161616;
  --color-inverse-surface-1: #262626;
  --color-inverse-ink: #ffffff;
  --color-inverse-ink-muted: #c6c6c6;
  --color-hairline: #e0e0e0;
  --color-hairline-strong: #161616;
  --color-blue-60: #0043ce;
  --color-blue-80: #002d9c;
  --color-blue-hover: #0050e6;
  --color-semantic-success: #24a148;
  --color-semantic-warning: #f1c21b;
  --color-semantic-error: #da1e28;
  --color-semantic-info: #0f62fe;
  --font-primary: 'IBM Plex Sans', system-ui, sans-serif;
  --text-display-xl: 76px;
  --leading-display-xl: 1.17;
  --tracking-display-xl: -0.5px;
  --text-display-lg: 60px;
  --leading-display-lg: 1.17;
  --tracking-display-lg: -0.4px;
  --text-display-md: 42px;
  --leading-display-md: 1.2;
  --tracking-display-md: 0;
  --text-headline: 32px;
  --leading-headline: 1.25;
  --tracking-headline: 0;
  --text-card-title: 24px;
  --leading-card-title: 1.33;
  --tracking-card-title: 0;
  --text-subhead: 20px;
  --leading-subhead: 1.4;
  --tracking-subhead: 0;
  --text-body-lg: 18px;
  --leading-body-lg: 1.5;
  --tracking-body-lg: 0;
  --text-body: 16px;
  --leading-body: 1.5;
  --tracking-body: 0.16px;
  --text-body-sm: 14px;
  --leading-body-sm: 1.29;
  --tracking-body-sm: 0.16px;
  --text-body-emphasis: 14px;
  --leading-body-emphasis: 1.29;
  --tracking-body-emphasis: 0.16px;
  --text-caption: 12px;
  --leading-caption: 1.33;
  --tracking-caption: 0.32px;
  --text-button: 14px;
  --leading-button: 1.29;
  --tracking-button: 0.16px;
  --text-eyebrow: 14px;
  --leading-eyebrow: 1.29;
  --tracking-eyebrow: 0.16px;
  --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-none: 0px;
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-pill: 9999px;
  --radius-full: 9999px;
}
