/* Coruls Design Tokens v1.0.0 */
/* Generated: 2026-03-08 */
/* Source: tokens/source.json — DO NOT EDIT MANUALLY */

/* ── Color Primitives ──────────────────────── */
:root {
  --coruls-slate-50: #f8fafc;
  --coruls-slate-100: #f1f5f9;
  --coruls-slate-200: #e2e8f0;
  --coruls-slate-300: #cbd5e1;
  --coruls-slate-400: #94a3b8;
  --coruls-slate-500: #64748b;
  --coruls-slate-600: #475569;
  --coruls-slate-700: #334155;
  --coruls-slate-800: #1e293b;
  --coruls-slate-900: #0f172a;
  --coruls-slate-950: #020617;
  --coruls-teal-400: #2dd4bf;
  --coruls-teal-500: #14b8a6;
  --coruls-blue-400: #60a5fa;
  --coruls-blue-500: #3b82f6;
  --coruls-blue-600: #2563eb;
  --coruls-violet-400: #a78bfa;
  --coruls-violet-500: #8b5cf6;
  --coruls-violet-600: #7c3aed;
  --coruls-green-500: #22c55e;
  --coruls-amber-500: #eab308;
  --coruls-red-500: #ef4444;

  /* ── Typography ──────────────────────────── */
  --coruls-font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --coruls-font-mono: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;

  /* ── Spacing ────────────────────────────── */
  --coruls-radius: 0.5rem;
  --coruls-radius-sm: 0.25rem;
  --coruls-radius-lg: 0.75rem;
  --coruls-radius-xl: 1rem;

  /* ── Semantic (Light) ────────────────────── */
  --coruls-background: #f8fafc;
  --coruls-foreground: #0f172a;
  --coruls-card: #ffffff;
  --coruls-card-foreground: #0f172a;
  --coruls-popover: #ffffff;
  --coruls-popover-foreground: #0f172a;
  --coruls-secondary: #f1f5f9;
  --coruls-secondary-foreground: #0f172a;
  --coruls-muted: #f1f5f9;
  --coruls-muted-foreground: #64748b;
  --coruls-border: #e2e8f0;
  --coruls-input: #e2e8f0;
  --coruls-destructive: #ef4444;
  --coruls-success: #22c55e;
  --coruls-warning: #eab308;
}

/* ── Semantic (Dark) ──────────────────────── */
.dark, [data-theme="dark"] {
  --coruls-background: #0f172a;
  --coruls-foreground: #f8fafc;
  --coruls-card: #1e293b;
  --coruls-card-foreground: #f8fafc;
  --coruls-popover: #1e293b;
  --coruls-popover-foreground: #f8fafc;
  --coruls-secondary: #1e293b;
  --coruls-secondary-foreground: #f8fafc;
  --coruls-muted: #1e293b;
  --coruls-muted-foreground: #94a3b8;
  --coruls-border: #334155;
  --coruls-input: #334155;
  --coruls-destructive: #ef4444;
  --coruls-success: #22c55e;
  --coruls-warning: #eab308;
}
