:root {
  --background: #fafafa;
  --foreground: #111827;
  --card: #ffffff;
  --card-foreground: #0f172a;
  --popover: #ffffff;
  --popover-foreground: #020617;
  --primary: #853c00;
  --primary-foreground: #ffffff;
  --secondary: #ededed;
  --secondary-foreground: #082f49;
  --muted: #f3f4f6;
  --muted-foreground: #4b5563;
  --accent: #f0f9ff;
  --accent-foreground: #0275b1;
  --destructive: #dc2626;
  --border: #d1d5db;
  --input: #d1d5db;
  --ring: #9ca3af;
  --chart-1: #60a5fa;
  --chart-2: #34d399;
  --chart-3: #f59e0b;
  --chart-4: #f97316;
  --chart-5: #ef4444;
  --sidebar: #ffffff;
  --sidebar-foreground: #111827;
  --sidebar-primary: #853c00;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #f3f4f6;
  --sidebar-accent-foreground: #111827;
  --sidebar-border: #d1d5db;
  --sidebar-ring: #9ca3af;
  --radius: 0.625rem;
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-mono: ui-monospace, "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.dark {
  --background: #0b0f19;
  --foreground: #e5e7eb;
  --card: #111827;
  --card-foreground: #f9fafb;
  --popover: #111827;
  --popover-foreground: #f9fafb;
  --primary: #853c00;
  --primary-foreground: #ffffff;
  --secondary: #111fff;
  --secondary-foreground: #e5e7eb;
  --muted: #1f2937;
  --muted-foreground: #9ca3af;
  --accent: #1e3a8a;
  --accent-foreground: #dbeafe;
  --destructive: #dc2626;
  --border: #374151;
  --input: #374151;
  --ring: #9ca3af;
  --chart-1: #60a5fa;
  --chart-2: #34d399;
  --chart-3: #f59e0b;
  --chart-4: #f97316;
  --chart-5: #ef4444;
  --sidebar: #0f172a;
  --sidebar-foreground: #f8fafc;
  --sidebar-primary: #853c00;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #1f2937;
  --sidebar-accent-foreground: #e5e7eb;
  --sidebar-border: #334155;
  --sidebar-ring: #9ca3af;
  --radius: 0.625rem;
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-mono: ui-monospace, "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}