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

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #181818;
  --color-surface: #ffffff;
  --color-surface-soft: #f4f4f4;
  --color-text: #222222;
  --color-text-muted: #626262;
  --color-brand: #cc0000;
  --color-brand-hover: #a80000;
  --color-accent: #ea1b2b;
  --color-border: #d9d9d9;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 34px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --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;
}
