
:root {
  --radius: 0.375rem;
  --background: rgb(245, 245, 255);
  --foreground: rgb(42, 42, 74);
  --card: rgb(255, 255, 255);
  --card-foreground: rgb(42, 42, 74);
  --popover: rgb(255, 255, 255);
  --popover-foreground: rgb(42, 42, 74);
  --primary: rgb(110, 86, 207);
  --primary-foreground: rgb(255, 255, 255);
  --secondary: rgb(228, 223, 255);
  --secondary-foreground: rgb(74, 64, 128);
  --muted: rgb(240, 240, 250);
  --muted-foreground: rgb(108, 108, 138);
  --accent: rgb(216, 230, 255);
  --accent-foreground: rgb(42, 42, 74);
  --destructive: rgb(255, 84, 112);
  --border: rgb(224, 224, 240);
  --input: rgb(224, 224, 240);
  --ring: rgb(110, 86, 207);
  --chart-1: rgb(110, 86, 207);
  --chart-2: rgb(158, 140, 252);
  --chart-3: rgb(93, 95, 239);
  --chart-4: rgb(124, 117, 250);
  --chart-5: rgb(71, 64, 179);
  --sidebar: rgb(240, 240, 250);
  --sidebar-foreground: rgb(42, 42, 74);
  --sidebar-primary: rgb(110, 86, 207);
  --sidebar-primary-foreground: rgb(255, 255, 255);
  --sidebar-accent: rgb(216, 230, 255);
  --sidebar-accent-foreground: rgb(42, 42, 74);
  --sidebar-border: rgb(224, 224, 240);
  --sidebar-ring: rgb(110, 86, 207);
}

.dark {
  --radius: 0.375rem;
  --background: rgb(28, 25, 23);
  --foreground: rgb(245, 245, 244);
  --card: rgb(41, 37, 36);
  --card-foreground: rgb(245, 245, 244);
  --popover: rgb(41, 37, 36);
  --popover-foreground: rgb(245, 245, 244);
  --primary: rgb(185, 28, 28);
  --primary-foreground: rgb(250, 247, 245);
  --secondary: rgb(146, 64, 14);
  --secondary-foreground: rgb(254, 243, 199);
  --muted: rgb(41, 37, 36);
  --muted-foreground: rgb(214, 211, 209);
  --accent: rgb(180, 83, 9);
  --accent-foreground: rgb(254, 243, 199);
  --destructive: rgb(239, 68, 68);
  --border: rgb(68, 64, 60);
  --input: rgb(68, 64, 60);
  --ring: rgb(185, 28, 28);
  --chart-1: rgb(248, 113, 113);
  --chart-2: rgb(239, 68, 68);
  --chart-3: rgb(220, 38, 38);
  --chart-4: rgb(251, 191, 36);
  --chart-5: rgb(245, 158, 11);
  --sidebar: rgb(28, 25, 23);
  --sidebar-foreground: rgb(245, 245, 244);
  --sidebar-primary: rgb(185, 28, 28);
  --sidebar-primary-foreground: rgb(250, 247, 245);
  --sidebar-accent: rgb(180, 83, 9);
  --sidebar-accent-foreground: rgb(254, 243, 199);
  --sidebar-border: rgb(68, 64, 60);
  --sidebar-ring: rgb(185, 28, 28);
}
  