/* HashiCorp Tailwind CSS v4 theme */
@theme {
  --color-primary: #000000;
  --color-on-primary: #ffffff;
  --color-accent-blue: #2b89ff;
  --color-ink: #ffffff;
  --color-ink-muted: #b2b6bd;
  --color-ink-subtle: #656a76;
  --color-canvas: #000000;
  --color-surface-1: #15181e;
  --color-surface-2: #1f232b;
  --color-surface-3: #3b3d45;
  --color-hairline: #3b3d45;
  --color-hairline-soft: #252830;
  --color-inverse-canvas: #ffffff;
  --color-inverse-ink: #000000;
  --color-product-terraform: #7b42bc;
  --color-product-terraform-bright: #911ced;
  --color-product-vault: #ffcf25;
  --color-product-consul: #e62b1e;
  --color-product-waypoint: #14c6cb;
  --color-product-waypoint-deep: #12b6bb;
  --color-product-vagrant: #1868f2;
  --color-product-nomad: #00ca8e;
  --color-product-boundary: #f24c53;
  --color-amber-100: #fbeabf;
  --color-amber-200: #bb5a00;
  --color-blue-7: #101a59;
  --color-semantic-success: #00ca8e;
  --color-semantic-warning: #ffcf25;
  --color-semantic-error: #e62b1e;
  --color-semantic-visited: #a737ff;
  --font-primary: 'hashicorpSans', system-ui, sans-serif;
  --text-display-xl: 80px;
  --leading-display-xl: 1.17;
  --tracking-display-xl: -2.5px;
  --text-display-lg: 56px;
  --leading-display-lg: 1.18;
  --tracking-display-lg: -1.6px;
  --text-display-md: 40px;
  --leading-display-md: 1.19;
  --tracking-display-md: -1.0px;
  --text-headline: 28px;
  --leading-headline: 1.21;
  --tracking-headline: -0.6px;
  --text-card-title: 22px;
  --leading-card-title: 1.18;
  --tracking-card-title: -0.4px;
  --text-subhead: 20px;
  --leading-subhead: 1.35;
  --tracking-subhead: -0.2px;
  --text-body-lg: 18px;
  --leading-body-lg: 1.69;
  --tracking-body-lg: 0;
  --text-body: 16px;
  --leading-body: 1.5;
  --tracking-body: 0;
  --text-body-sm: 14px;
  --leading-body-sm: 1.71;
  --tracking-body-sm: 0;
  --text-caption: 13px;
  --leading-caption: 1.38;
  --tracking-caption: 0.2px;
  --text-button: 14px;
  --leading-button: 1.29;
  --tracking-button: 0;
  --text-eyebrow: 12px;
  --leading-eyebrow: 1.23;
  --tracking-eyebrow: 0.6px;
  --spacing-hair: 1px;
  --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-xl: 16px;
  --radius-xxl: 24px;
  --radius-pill: 9999px;
  --radius-full: 9999px;
}
