// Local copy of your Previous NC design tokens, so the Final Closure module
// has zero external import risk. If you already export TOKENS elsewhere, you
// can delete this file and change the two imports to point at your shared one.

export const TOKENS = {
  brand: '#0f766e',
  brandLight: '#14b8a6',
  brandDark: '#0d544c',

  ink: '#0b1220',
  ink2: '#1f2937',
  ink3: '#475569',
  ink4: '#64748b',
  ink5: '#94a3b8',
  line: '#e2e8f0',
  line2: '#f1f5f9',
  bg: '#f6f8fa',
  surface: '#ffffff',

  success: '#16a34a',
  warning: '#f59e0b',
  danger: '#dc2626',
  info: '#2563eb',

  major: '#dc2626',
  minor: '#f59e0b',
  observation: '#2563eb',

  qrs: '#6366f1',
  tqs: '#06b6d4',

  rSm: '6px',
  rMd: '10px',
  rLg: '14px',
  shadow: '0 1px 3px rgba(15,23,42,0.06), 0 8px 24px rgba(15,23,42,0.04)',
  shadowLg: '0 4px 12px rgba(15,23,42,0.08), 0 16px 40px rgba(15,23,42,0.06)',
};
