:root,
.light {
  --logo-height-auth: 3rem;
  --logo-height-chat: 4rem;
  --logo-height-assistant-preview: 4rem;

  --primary: 36 51% 40%;
  --primary-dark: 36 51% 40%;
  --primary-foreground: 0 0% 100%;

  --accent: 42 65% 92%;
  --border: 40 50% 84%;
  --sidebar-accent: 40 58% 90%;

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

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

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

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

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

  --chat-input-background: 42 65% 95%;
  --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: 42 55% 95%;

  --chart-primary: 36 51% 38%;
  --chart-primary-dark: 36 56% 28%;
  --chart-warning: 48 95% 55%;
  --chart-info: 205 75% 42%;
  --chart-destructive: 0 75% 50%;
  --chart-success: 145 63% 42%;

  --sidebar-icon-fill-1: hsl(36, 51%, 38%);
  --sidebar-icon-fill-2: hsl(40, 58%, 78%);
  --sidebar-icon-fill-3: hsl(36, 50%, 32%);
  --sidebar-icon-fill-4: hsl(34, 55%, 28%);
  --sidebar-icon-fill-1-hover: hsl(36, 56%, 33%);
  --sidebar-icon-fill-2-hover: hsl(40, 58%, 62%);
  --sidebar-icon-fill-3-hover: hsl(36, 54%, 30%);
  --sidebar-icon-fill-4-hover: hsl(34, 58%, 26%);

  --capability-icon-fill-1: hsla(40, 60%, 50%, 0.4);
  --capability-icon-fill-2: hsla(40, 60%, 50%, 0.7);
  --capability-icon-fill-3: hsl(38, 65%, 42%);
  --capability-icon-fill-4: hsl(34, 70%, 32%);
  --capability-icon-fill-5: hsla(40, 60%, 50%, 0.4);
  --capability-icon-fill-disabled: hsl(0, 0%, 62%);

  --chat-history-icon-fill-1: hsla(36, 50%, 38%, 0.4);
  --chat-history-icon-fill-2: hsl(36, 51%, 38%);

  --user-icon-fill-1: hsl(40, 50%, 80%);
  --user-icon-fill-2: hsl(38, 52%, 42%);
  --user-icon-fill-3: hsl(0, 0%, 100%);

  --spinning-loader-fill-1: hsl(36, 51%, 34%);
  --spinning-loader-fill-2: hsl(42, 65%, 92%);
  --spinning-loader-fill-3: hsla(36, 50%, 40%, 0.4);
}

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

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

  --card: 36 10% 16%;
  --card-foreground: 40 15% 92%;

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

  --primary: 40 60% 60%;
  --primary-foreground: 36 40% 12%;

  --primary-dark: 38 56% 36%;
  --primary-dark-foreground: 0 0% 100%;

  --destructive: 0 80% 62%;
  --destructive-foreground: 0 0% 100%;

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

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

  --accent: 36 24% 28%;
  --accent-foreground: 40 55% 80%;

  --muted: 36 18% 26%;
  --muted-foreground: 40 8% 70%;

  --border: 36 14% 24%;

  --input: 36 14% 24%;
  --input-background: 36 10% 16%;

  --chat-input-background: 36 10% 16%;
  --chat-input-border: 36 14% 24%;

  --sidebar-accent: 36 20% 18%;
  --sidebar-accent-foreground: 40 55% 78%;

  --dropdown-menu-icon-background: 36 10% 16%;
  --dropdown-menu-icon-background-hover: 36 24% 30%;

  --dropzone-background: 36 10% 16%;
  --dropzone-border: 36 14% 24%;
  --dropzone-active-overlay: 40 60% 60% / 0.1;

  --empty-section-background: 36 10% 16%;
  --empty-section-foreground: 40 60% 60%;
  --empty-section-border: 36 14% 24%;

  --list-item-background: 36 10% 16%;
  --list-item-foreground: 40 60% 60%;
  --list-item-border: 36 14% 24%;
  --list-item-icon-background: 40 60% 60% / 0.1;

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

  --stepper-steps-background: 36 12% 16%;

  --plan-card-accent: 36 18% 20%;

  --attachment-preview-background: 36 18% 20%;

  --chat-user-message-background: 38 56% 36%;
  --chat-user-message-foreground: 0 0% 100%;
  --chat-user-message-file-type-foreground: 0 0% 100% / 0.8;

  --layout-gap-background: 36 14% 10%;

  --search-input-background: 36 10% 16%;

  --scroll-area-thumb-background: 36 10% 38%;

  --skeleton-background: 36 10% 16%;

  --icon-background: 36 10% 16%;

  --link: 40 65% 64%;

  --highlighted: 42 75% 70%;

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

  --chart-primary: 40 60% 60%;
  --chart-primary-dark: 38 55% 45%;
  --chart-warning: 45 100% 62%;
  --chart-info: 205 80% 62%;
  --chart-destructive: 0 80% 65%;
  --chart-success: 145 55% 60%;

  --sidebar-icon-fill-1: hsl(40, 60%, 56%);
  --sidebar-icon-fill-2: hsl(42, 55%, 74%);
  --sidebar-icon-fill-3: hsl(38, 58%, 48%);
  --sidebar-icon-fill-4: hsl(36, 60%, 42%);
  --sidebar-icon-fill-1-hover: hsl(40, 65%, 62%);
  --sidebar-icon-fill-2-hover: hsl(42, 60%, 80%);
  --sidebar-icon-fill-3-hover: hsl(38, 62%, 54%);
  --sidebar-icon-fill-4-hover: hsl(36, 64%, 48%);

  --capability-icon-fill-1: hsla(40, 55%, 60%, 0.45);
  --capability-icon-fill-2: hsla(40, 55%, 60%, 0.75);
  --capability-icon-fill-3: hsl(40, 55%, 60%);
  --capability-icon-fill-4: hsl(36, 60%, 48%);
  --capability-icon-fill-5: hsla(40, 55%, 60%, 0.45);
  --capability-icon-fill-disabled: hsl(36, 8%, 58%);

  --chat-history-icon-fill-1: hsla(40, 55%, 60%, 0.45);
  --chat-history-icon-fill-2: hsl(40, 55%, 60%);

  --user-icon-fill-1: hsl(42, 55%, 78%);
  --user-icon-fill-2: hsl(40, 55%, 60%);
  --user-icon-fill-3: hsl(0, 0%, 100%);

  --spinning-loader-fill-1: hsl(40, 55%, 60%);
  --spinning-loader-fill-2: hsl(42, 55%, 88%);
  --spinning-loader-fill-3: hsla(40, 55%, 60%, 0.4);
}
