:root,
.light {
  --primary: #ffffff;
  --primary-foreground: #1a1a1a;
  --primary-text: #000000;
  --primary-readable: #757575;
  --background: #ffffff;
  --secondary: #f5f5f5;
  --secondary-foreground: #1b1818;
  --accent: #f3f1f1;
  --accent-foreground: #1d1616;
  --border: #e8e3e3;
  --input: #e8e3e3;
  --card: #fdfcfc;
  --card-foreground: #0c0808;
  --popover: #ffffff;
  --popover-foreground: #0c0808;
  --foreground: #0c0808;
  --muted: #f3f1f1;
  --muted-foreground: #816565;
  --ring: #ab9c9c;
  --sidebar: #faf9f9;
  --sidebar-foreground: #0c0808;
  --sidebar-primary: #ffffff;
  --sidebar-primary-foreground: #1a1a1a;
  --sidebar-accent: #ffffff;
  --sidebar-accent-foreground: #1a1a1a;
  --sidebar-border: #e8e3e3;
  --sidebar-ring: #ab9c9c;
  --tooltip-background: #1d1616;
  --tooltip-foreground: #faf9f9;
  --overlay: #0c080833;
  --destructive: #e11414;
  --destructive-foreground: #fde3e3;
  --blue-foreground: #3b82f6;
  --blue-background: #dbeafe;
  --green-foreground: #1b9d4a;
  --green-background: #dcf9e7;
  --yellow-foreground: #ebbd05;
  --yellow-background: #fef6d7;
  --red-foreground: #ef4343;
  --red-background: #fde3e3;
}

.dark {
  --primary: #ffffff;
  --primary-foreground: #1a1a1a;
  --primary-text: #000000;
  --primary-readable: #ffffff;
  --background: #0c0808;
  --secondary: #332424;
  --secondary-foreground: #fafafa;
  --accent: #2e2424;
  --accent-foreground: #faf9f9;
  --border: #ffffff1a;
  --input: #ffffff26;
  --card: #1d1616;
  --card-foreground: #faf9f9;
  --popover: #1d1616;
  --popover-foreground: #faf9f9;
  --foreground: #faf9f9;
  --muted: #332424;
  --muted-foreground: #ab9c9c;
  --ring: #816565;
  --sidebar: #1d1616;
  --sidebar-foreground: #faf9f9;
  --sidebar-primary: #ffffff;
  --sidebar-primary-foreground: #1a1a1a;
  --sidebar-accent: #ffffff;
  --sidebar-accent-foreground: #1a1a1a;
  --sidebar-border: #ffffff1a;
  --sidebar-ring: #816565;
  --tooltip-background: #ab9c9c;
  --tooltip-foreground: #1d1616;
  --overlay: #ffffff33;
  --destructive: #f15b5b;
  --destructive-foreground: #fde3e3;
  --blue-foreground: #3b82f6;
  --blue-background: #0b1b3f;
  --green-foreground: #3bde77;
  --green-background: #0a3d1d;
  --yellow-foreground: #fbd437;
  --yellow-background: #463801;
  --red-foreground: #f15b5b;
  --red-background: #4b0707;
}
