/**
 * Generated from McKinsey & Company — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #051c2c;
  --text-dim: #051c2c;
  --text-faint: #051c2c;
  --brand: #051c2c;
  --on-brand: #ffffff;
  --border: #d9dde0;
  --border-strong: #d9dde0;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #051c2c;
  --color-surface: #ffffff;
  --color-surface-soft: #f3f4f5;
  --color-text: #051c2c;
  --color-text-muted: #626a70;
  --color-text-on-dark: #ffffff;
  --color-brand: #051c2c;
  --color-accent: #2251ff;
  --color-accent-hover: #153bd1;
  --color-border: #d9dde0;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 72px;
  --h1-size: 54px;
  --h2-size: 38px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
