/* Murray's Design System — Generated Tokens */
/* DO NOT EDIT — regenerate with: pnpm tokens:build */

:root {
  --color-background: #f8fafc;
  --color-surface: #ffffff;
  --color-surfaceRaised: #ffffff;
  --color-muted: #f1f5f9;
  --color-border: #e2e8f0;
  --color-borderSubtle: #f1f5f9;
  --color-borderStrong: #cbd5e1;
  --color-foreground: #0f172a;
  --color-foreground-secondary: #64748b;
  --color-foreground-tertiary: #94a3b8;
  --color-primary: #1e40af;
  --color-primary-hover: #1e3a8a;
  --color-primary-text: #ffffff;
  --color-primary-light: #dbeafe;
  --color-accent: #f59e0b;
  --color-accent-hover: #d97706;
  --color-accent-text: #ffffff;
  --color-success: #166534;
  --color-success-bg: #dcfce7;
  --color-success-text: #14532d;
  --color-warning: #f59e0b;
  --color-warning-bg: #fef3c7;
  --color-warning-text: #92400e;
  --color-danger: #dc2626;
  --color-danger-bg: #fee2e2;
  --color-danger-text: #991b1b;
  --color-info: #2563eb;
  --color-info-bg: #dbeafe;
  --color-info-text: #1e40af;
  --color-overlay: rgba(0, 0, 0, 0.5);
  --color-ring: #3b82f6;

  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;

  --space-0: 0px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-0.5: 2px;
  --space-1.5: 6px;
  --space-2.5: 10px;

  --radius-none: 0px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-2xl: 24px;
  --radius-full: 9999px;

  --shadow-none: none;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);

  --transition-fast: 150ms ease;
  --transition-base: 200ms ease;
  --transition-slow: 300ms ease;
}

.dark {
  --color-background: #020617;
  --color-surface: #0f172a;
  --color-surfaceRaised: #1e293b;
  --color-muted: #1e293b;
  --color-border: #334155;
  --color-borderSubtle: #1e293b;
  --color-borderStrong: #475569;
  --color-foreground: #f8fafc;
  --color-foreground-secondary: #94a3b8;
  --color-foreground-tertiary: #64748b;
  --color-primary: #3b82f6;
  --color-primary-hover: #60a5fa;
  --color-primary-text: #ffffff;
  --color-primary-light: #172554;
  --color-accent: #fbbf24;
  --color-accent-hover: #fcd34d;
  --color-accent-text: #000000;
  --color-success: #22c55e;
  --color-success-bg: #052e16;
  --color-success-text: #bbf7d0;
  --color-warning: #fbbf24;
  --color-warning-bg: #451a03;
  --color-warning-text: #fcd34d;
  --color-danger: #f87171;
  --color-danger-bg: #450a0a;
  --color-danger-text: #fca5a5;
  --color-info: #60a5fa;
  --color-info-bg: #172554;
  --color-info-text: #93c5fd;
  --color-overlay: rgba(0, 0, 0, 0.7);
  --color-ring: #60a5fa;
}
