
    :root {
      --background: #f9f9f9;
--foreground: #3a3a3a;
--card: #ffffff;
--card-foreground: #3a3a3a;
--popover: #ffffff;
--popover-foreground: #3a3a3a;
--primary: #606060;
--primary-foreground: #f0f0f0;
--secondary: #dedede;
--secondary-foreground: #3a3a3a;
--muted: #e3e3e3;
--muted-foreground: #505050;
--accent: #f3eac8;
--accent-foreground: #5d4037;
--destructive: #c87a7a;
--destructive-foreground: #ffffff;
--border: #747272;
--input: #ffffff;
--ring: #a0a0a0;
--chart-1: #333333;
--chart-2: #555555;
--chart-3: #777777;
--chart-4: #999999;
--chart-5: #bbbbbb;
--radius: 0.625rem;
--sidebar: #f0f0f0;
--sidebar-foreground: #3a3a3a;
--sidebar-primary: #606060;
--sidebar-primary-foreground: #f0f0f0;
--sidebar-accent: #f3eac8;
--sidebar-accent-foreground: #5d4037;
--sidebar-border: #c0c0c0;
--sidebar-ring: #a0a0a0;
--font-sans: Architects Daughter, sans-serif;
--font-serif: "Times New Roman", Times, serif;
--font-mono: "Courier New", Courier, monospace;
--shadow-color: #000000;
--shadow-opacity: 0.03;
--shadow-blur: 5px;
--shadow-spread: 0px;
--shadow-offset-x: 1px;
--shadow-offset-y: 4px;
--letter-spacing: 0.5px;
--spacing: 0.25rem;
    }

    .dark {
      --background: #2b2b2b;
--foreground: #dcdcdc;
--card: #333333;
--card-foreground: #dcdcdc;
--popover: #333333;
--popover-foreground: #dcdcdc;
--primary: #b0b0b0;
--primary-foreground: #2b2b2b;
--secondary: #5a5a5a;
--secondary-foreground: #c0c0c0;
--muted: #454545;
--muted-foreground: #a0a0a0;
--accent: #e0e0e0;
--accent-foreground: #333333;
--destructive: #d9afaf;
--destructive-foreground: #2b2b2b;
--border: #4f4f4f;
--input: #333333;
--ring: #c0c0c0;
--chart-1: #efefef;
--chart-2: #d0d0d0;
--chart-3: #b0b0b0;
--chart-4: #909090;
--chart-5: #707070;
--radius: 0.625rem;
--sidebar: #212121;
--sidebar-foreground: #dcdcdc;
--sidebar-primary: #b0b0b0;
--sidebar-primary-foreground: #212121;
--sidebar-accent: #e0e0e0;
--sidebar-accent-foreground: #333333;
--sidebar-border: #4f4f4f;
--sidebar-ring: #c0c0c0;
--font-sans: Architects Daughter, sans-serif;
--font-serif: Georgia, serif;
--font-mono: "Fira Code", "Courier New", monospace;
--shadow-color: #000000;
--shadow-opacity: 0.03;
--shadow-blur: 5px;
--shadow-spread: 0px;
--shadow-offset-x: 1px;
--shadow-offset-y: 4px;
--letter-spacing: 0.5px;
--spacing: 0.25rem;
    }
  