:root,
.light {
  --primary: 41 55% 36%;
  --primary-foreground: 0 0% 100%;
  --primary-dark: 41 55% 36%;
  --primary-dark-foreground: 0 0% 100%;

  --accent: 43 25% 95%;
  --border: 42 22% 88%;
  --sidebar-accent: 43 22% 93%;

  --success: 145 63% 42%;
  --success-foreground: 0 0% 100%;

  --warning: 45 100% 62%;
  --warning-foreground: 0 0% 0%;

  --destructive: 0 75% 44%;
  --destructive-foreground: 0 0% 100%;

  --info: 205 72% 42%;
  --info-foreground: 0 0% 100%;

  --checkbox-background: var(--primary);

  --chat-input-background: 43 25% 97%;
  --chat-input-border: var(--primary) / 0.3;

  --dropdown-menu-icon-background: var(--accent);
  --dropdown-menu-icon-background-hover: var(--primary) / 0.15;

  --dropzone-border: var(--primary) / 0.3;

  --empty-section-border: var(--primary) / 0.3;

  --layout-gap-background: 43 25% 93%;

  --permission-read-background: 43 22% 92%;
  --permission-read-foreground: 39 55% 30%;

  --chart-primary: 42 56% 44%;
  --chart-primary-dark: 39 55% 28%;
  --chart-warning: 45 95% 55%;
  --chart-info: 205 75% 42%;
  --chart-destructive: var(--destructive);
  --chart-success: 145 63% 42%;

  --sidebar-icon-fill-1: hsl(42, 56%, 44%);
  --sidebar-icon-fill-2: hsl(43, 55%, 78%);
  --sidebar-icon-fill-3: hsl(40, 55%, 36%);
  --sidebar-icon-fill-4: hsl(38, 55%, 28%);
  --sidebar-icon-fill-1-hover: hsl(41, 58%, 38%);
  --sidebar-icon-fill-2-hover: hsl(43, 55%, 66%);
  --sidebar-icon-fill-3-hover: hsl(40, 58%, 31%);
  --sidebar-icon-fill-4-hover: hsl(38, 58%, 24%);

  --capability-icon-fill-1: hsla(42, 56%, 50%, 0.4);
  --capability-icon-fill-2: hsla(42, 56%, 50%, 0.7);
  --capability-icon-fill-3: hsl(42, 56%, 44%);
  --capability-icon-fill-4: hsl(39, 58%, 32%);
  --capability-icon-fill-5: hsla(42, 56%, 50%, 0.4);
  --capability-icon-fill-disabled: hsl(0, 0%, 62%);

  --chat-history-icon-fill-1: hsla(42, 56%, 44%, 0.4);
  --chat-history-icon-fill-2: hsl(42, 56%, 44%);

  --user-icon-fill-1: hsl(43, 55%, 80%);
  --user-icon-fill-2: hsl(41, 55%, 45%);
  --user-icon-fill-3: hsl(0, 0%, 100%);

  --spinning-loader-fill-1: hsl(39, 55%, 30%);
  --spinning-loader-fill-2: hsl(43, 25%, 95%);
  --spinning-loader-fill-3: hsla(42, 56%, 44%, 0.4);
}

.dark {
  --background: 40 8% 12%;
  --background-secondary: 40 10% 8%;

  --foreground: 42 15% 92%;
  --foreground-secondary: 42 8% 70%;

  --card: 40 8% 16%;
  --card-foreground: 42 15% 92%;

  --popover: 40 8% 20%;
  --popover-foreground: 42 15% 92%;
  --popover-input-background: 40 8% 16%;
  --popover-title: 42 10% 88%;

  --primary: 43 62% 62%;
  --primary-foreground: 40 40% 12%;

  --primary-dark: 40 55% 34%;
  --primary-dark-foreground: 0 0% 100%;

  --destructive: 0 70% 52%;
  --destructive-foreground: 0 0% 100%;

  --warning: 45 100% 64%;
  --warning-foreground: 0 0% 0%;

  --success: 145 58% 50%;
  --success-foreground: 0 0% 100%;

  --info: 205 75% 55%;
  --info-foreground: 0 0% 10%;

  --accent: 40 16% 26%;
  --accent-foreground: 43 55% 80%;

  --muted: 40 16% 26%;
  --muted-foreground: 42 8% 70%;

  --border: 40 12% 24%;

  --input: 40 12% 24%;
  --input-background: 40 8% 16%;

  --checkbox-background: var(--primary);

  --chat-input-background: 40 8% 16%;
  --chat-input-border: 40 12% 24%;

  --sidebar-accent: 40 13% 17%;
  --sidebar-accent-foreground: 43 55% 78%;

  --dropdown-menu-icon-background: 40 8% 16%;
  --dropdown-menu-icon-background-hover: 40 16% 28%;

  --dropzone-background: 40 8% 16%;
  --dropzone-border: 40 12% 24%;
  --dropzone-active-overlay: 43 62% 62% / 0.1;

  --empty-section-background: 40 8% 16%;
  --empty-section-foreground: 43 62% 62%;
  --empty-section-border: 40 12% 24%;

  --list-item-background: 40 8% 16%;
  --list-item-foreground: 43 62% 62%;
  --list-item-border: 40 12% 24%;
  --list-item-icon-background: 43 62% 62% / 0.1;

  --tabs-accent: var(--sidebar-accent);

  --stepper-steps-background: 40 9% 16%;

  --plan-card-accent: 40 15% 20%;

  --attachment-preview-background: 40 15% 20%;

  --chat-user-message-background: 40 55% 34%;
  --chat-user-message-foreground: 0 0% 100%;
  --chat-user-message-file-type-foreground: 0 0% 100% / 0.8;

  --layout-gap-background: 40 12% 10%;

  --search-input-background: 40 8% 16%;

  --scroll-area-thumb-background: 40 8% 38%;

  --skeleton-background: 40 8% 16%;

  --icon-background: 40 8% 16%;

  --link: 43 65% 66%;

  --highlighted: 45 75% 70%;

  --chart-primary: 43 62% 62%;
  --chart-primary-dark: 40 55% 46%;
  --chart-warning: 45 100% 62%;
  --chart-info: 205 80% 62%;
  --chart-success: 145 55% 60%;

  --sidebar-icon-fill-1: hsl(43, 62%, 58%);
  --sidebar-icon-fill-2: hsl(43, 55%, 76%);
  --sidebar-icon-fill-3: hsl(41, 58%, 48%);
  --sidebar-icon-fill-4: hsl(39, 60%, 42%);
  --sidebar-icon-fill-1-hover: hsl(43, 66%, 64%);
  --sidebar-icon-fill-2-hover: hsl(43, 60%, 82%);
  --sidebar-icon-fill-3-hover: hsl(41, 62%, 54%);
  --sidebar-icon-fill-4-hover: hsl(39, 64%, 48%);

  --capability-icon-fill-1: hsla(43, 58%, 62%, 0.45);
  --capability-icon-fill-2: hsla(43, 58%, 62%, 0.75);
  --capability-icon-fill-3: hsl(43, 58%, 62%);
  --capability-icon-fill-4: hsl(40, 60%, 50%);
  --capability-icon-fill-5: hsla(43, 58%, 62%, 0.45);
  --capability-icon-fill-disabled: hsl(40, 6%, 58%);

  --chat-history-icon-fill-1: hsla(43, 58%, 62%, 0.45);
  --chat-history-icon-fill-2: hsl(43, 58%, 62%);

  --user-icon-fill-1: hsl(43, 55%, 78%);
  --user-icon-fill-2: hsl(43, 58%, 62%);
  --user-icon-fill-3: hsl(0, 0%, 100%);

  --spinning-loader-fill-1: hsl(43, 58%, 62%);
  --spinning-loader-fill-2: hsl(43, 55%, 88%);
  --spinning-loader-fill-3: hsla(43, 58%, 62%, 0.4);
}