/* BreadMind design tokens — single source of truth.
   Imported by admin, workspace, sdui, onboarding stylesheets. */

:root {
  --bg-0: #070A12;
  --bg-1: #0B0F1A;
  --bg-2: #0E1320;
  --bg-3: #161C2E;
  --line-1: #1E2538;
  --line-2: #2A3148;
  --line-3: #3A4364;
  --ink-1: #F2F4FA;
  --ink-2: #C2C9D8;
  --ink-3: #8A93A8;
  --ink-4: #5A6478;
  --ink-5: #3F485F;
  --blue: #3B82F6;
  --blue-hi: #5896FF;
  --blue-soft: rgba(59, 130, 246, 0.14);
  --blue-line: rgba(59, 130, 246, 0.4);
  --green: #4ADE80;
  --green-soft: rgba(74, 222, 128, 0.14);
  --amber: #F5B547;
  --amber-soft: rgba(245, 181, 71, 0.14);
  --red: #F26D6D;
  --magenta: #B66DFF;
  --font-sans: 'Inter', 'Pretendard', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', 'IBM Plex Mono', ui-monospace, SFMono-Regular, monospace;
  --r-sm: 2px;
  --r-md: 4px;
  --r-lg: 6px;
  --r-xl: 10px;
}
