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

:root {
  --color-background: #f6f9f7;
  --color-surface: #ffffff;
  --color-surfaceRaised: #ffffff;
  --color-muted: #eef5f0;
  --color-border: #d4e4d9;
  --color-borderSubtle: #e4efe8;
  --color-borderStrong: #b0c9b8;
  --color-foreground: #0c1a12;
  --color-foreground-secondary: #486553;
  --color-foreground-tertiary: #748e7e;
  --color-primary: #16794a;
  --color-primary-hover: #115e39;
  --color-primary-text: #ffffff;
  --color-primary-light: #d0f0db;
  --color-accent: #f59e0b;
  --color-accent-hover: #d97706;
  --color-accent-text: #451a03;
  --color-accent-green: #34d399;
  --color-success: #16794a;
  --color-success-bg: #d0f0db;
  --color-success-text: #0d4f2e;
  --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: #f59e0b;

  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-display: '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;
  --text-5xl: 3rem;

  --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 3px rgba(12, 26, 18, 0.06), 0 1px 2px rgba(12, 26, 18, 0.04);
  --shadow-md: 0 10px 25px -12px rgba(12, 26, 18, 0.2), 0 4px 10px -4px rgba(22, 121, 74, 0.1);
  --shadow-lg: 0 20px 40px -16px rgba(12, 26, 18, 0.25), 0 8px 20px -8px rgba(22, 121, 74, 0.12);
  --shadow-xl: 0 28px 50px -20px rgba(12, 26, 18, 0.3), 0 14px 28px -10px rgba(22, 121, 74, 0.14);
  --shadow-glow: 0 0 20px rgba(245, 158, 11, 0.25), 0 0 60px rgba(245, 158, 11, 0.1);

  --transition-fast: 150ms ease;
  --transition-base: 240ms cubic-bezier(0.22, 1, 0.36, 1);
  --transition-slow: 360ms cubic-bezier(0.22, 1, 0.36, 1);
  --transition-spring: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dark {
  --color-background: #03120b;
  --color-surface: #0c1e15;
  --color-surfaceRaised: #143124;
  --color-muted: #173527;
  --color-border: #2a4a3a;
  --color-borderSubtle: #173527;
  --color-borderStrong: #3d6250;
  --color-foreground: #f8fafc;
  --color-foreground-secondary: #a6c1b3;
  --color-foreground-tertiary: #6f8e7f;
  --color-primary: #4dd08a;
  --color-primary-hover: #6ee5a7;
  --color-primary-text: #ffffff;
  --color-primary-light: #123523;
  --color-accent: #fbbf24;
  --color-accent-hover: #fcd34d;
  --color-accent-text: #451a03;
  --color-accent-green: #6ee7b7;
  --color-success: #4dd08a;
  --color-success-bg: #083320;
  --color-success-text: #b2f5cf;
  --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: #fbbf24;
}
