:root {
  --background: #fafafa;
  --foreground: #000000;
  --card: #ffffff;
  --card-foreground: #000000;
  --popover: #ffffff;
  --popover-foreground: #000000;
  --primary: #264cce;
  --primary-foreground: #ffffff;
  --secondary: #e8edfa;
  --secondary-foreground: #000000;
  --muted: #ebebeb;
  --muted-foreground: #646464;
  --accent: #e8edfa;
  --accent-foreground: #000000;
  --destructive: #b91c1c;
  --destructive-foreground: #ffffff;
  --border: #cdcdcd;
  --input: #cdcdcd;
  --ring: #264cce;
  --radius: 0.625rem;
  --sidebar: #ffffff;
  --sidebar-foreground: #000000;
  --sidebar-primary: #264cce;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #e8edfa;
  --sidebar-accent-foreground: #000000;
  --sidebar-border: #cdcdcd;
  --sidebar-ring: #264cce;
  --chart-1: #264cce;
  --chart-2: #e8edfa;
  --chart-3: #879de4;
  --chart-4: #1d399b;
  --chart-5: #aeb2bc;
}
.dark {
  --background: #0f0f0f;
  --foreground: #ffffff;
  --card: #1f1f1f;
  --card-foreground: #ffffff;
  --popover: #1f1f1f;
  --popover-foreground: #ffffff;
  --primary: #5c79da;
  --primary-foreground: #000000;
  --secondary: #3a3b3f;
  --secondary-foreground: #ffffff;
  --muted: #1d1d1d;
  --muted-foreground: #939393;
  --accent: #3a3b3f;
  --accent-foreground: #ffffff;
  --destructive: #b91c1c;
  --destructive-foreground: #ffffff;
  --border: #3a3a3a;
  --input: #3a3a3a;
  --ring: #5c79da;
  --radius: 0.625rem;
  --sidebar: #1f1f1f;
  --sidebar-foreground: #ffffff;
  --sidebar-primary: #5c79da;
  --sidebar-primary-foreground: #000000;
  --sidebar-accent: #3a3b3f;
  --sidebar-accent-foreground: #ffffff;
  --sidebar-border: #3a3a3a;
  --sidebar-ring: #5c79da;
  --chart-1: #5c79da;
  --chart-2: #3a3b3f;
  --chart-3: #4b5a8d;
  --chart-4: #859be3;
  --chart-5: #6b6c6f;
}
