/**
 * Generated from HashiCorp — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #15181e;
  --surface-alt: #15181e;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #000000;
  --on-brand: #ffffff;
  --border: #3b3d45;
  --border-strong: #3b3d45;
  --success: #00ca8e;
  --warning: #ffcf25;
  --danger: #e62b1e;

  /* full color palette */
  --color-bg: #000000;
  --color-surface: #15181e;
  --color-surface-elevated: #1f232b;
  --color-surface-strong: #3b3d45;
  --color-surface-inverse: #ffffff;
  --color-text: #ffffff;
  --color-text-body: #b2b6bd;
  --color-text-muted: #656a76;
  --color-text-inverse: #000000;
  --color-brand: #000000;
  --color-on-brand: #ffffff;
  --color-link: #2b89ff;
  --color-link-visited: #a737ff;
  --color-border: #3b3d45;
  --color-border-soft: #252830;
  --color-border-strong: #3b3d45;
  --color-shadow-color: rgba(0,0,0,0.6);
  --color-shadow-glow-purple: rgba(123,66,188,0.2);
  --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-deep: #101a59;
  --color-success: #00ca8e;
  --color-warning: #ffcf25;
  --color-danger: #e62b1e;
  --color-info: #2b89ff;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 1px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'hashicorpSans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'hashicorpSans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
