:root,
.light {
  --logo-height-auth: 5rem;
  --logo-height-chat: 5.5rem;
  --logo-height-assistant-preview: 4rem;
  --primary: 204 100% 40%;
  --primary-dark: 204 100% 40%;
  --primary-foreground: 0 0% 100%;

  --accent: 204 90% 95%;
  --border: 204 70% 87%;
  --sidebar-accent: 204 85% 93%;

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

  --warning: 22 100% 71%;
  --warning-foreground: 0 0% 0%;

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

  --info: 200 95% 36%;
  --info-foreground: 0 0% 100%;

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

  --chat-input-background: 204 90% 96%;
  --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;

  --chart-primary: 204 90% 45%;
  --chart-primary-dark: 207 100% 28%;
  --chart-warning: 28 95% 55%;
  --chart-info: 188 75% 42%;
  --chart-destructive: 0 75% 52%;

  --sidebar-icon-fill-1: hsl(206, 92%, 46%);
  --sidebar-icon-fill-2: hsl(204, 80%, 77%);
  --sidebar-icon-fill-3: hsl(208, 85%, 42%);
  --sidebar-icon-fill-4: hsl(210, 90%, 36%);
  --sidebar-icon-fill-1-hover: hsl(207, 96%, 40%);
  --sidebar-icon-fill-2-hover: hsl(205, 78%, 66%);
  --sidebar-icon-fill-3-hover: hsl(209, 92%, 36%);
  --sidebar-icon-fill-4-hover: hsl(211, 96%, 30%);

  --capability-icon-fill-1: hsla(204, 100%, 45%, 0.4);
  --capability-icon-fill-2: hsla(204, 100%, 45%, 0.7);
  --capability-icon-fill-3: hsl(204, 100%, 42%);
  --capability-icon-fill-4: hsl(198, 100%, 45%);
  --capability-icon-fill-5: hsla(204, 100%, 45%, 0.4);
  --capability-icon-fill-disabled: hsl(0, 0%, 62%);

  --chat-history-icon-fill-1: hsla(204, 100%, 45%, 0.4);
  --chat-history-icon-fill-2: hsl(204, 100%, 42%);

  --user-icon-fill-1: hsl(204, 90%, 80%);
  --user-icon-fill-2: hsl(204, 100%, 45%);
  --user-icon-fill-3: hsl(0, 0%, 100%);

  --spinning-loader-fill-1: hsl(206, 92%, 36%);
  --spinning-loader-fill-2: hsl(204, 90%, 93%);
  --spinning-loader-fill-3: hsla(204, 100%, 45%, 0.4);
}

.dark {
  --background: 214 26% 13%;
  --background-secondary: 214 32% 9%;

  --foreground: 213 20% 95%;
  --foreground-secondary: 213 15% 72%;

  --card: 214 25% 16%;
  --card-foreground: 213 20% 95%;

  --popover: 214 24% 21%;
  --popover-foreground: 213 20% 95%;
  --popover-input-background: 214 25% 16%;
  --popover-title: 213 15% 90%;

  --primary: 204 90% 65%;
  --primary-foreground: 214 35% 12%;

  --primary-dark: 206 95% 40%;
  --primary-dark-foreground: 0 0% 100%;

  --destructive: 0 85% 65%;

  --warning: 22 95% 68%;
  --warning-foreground: 0 0% 0%;

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

  --accent: 210 28% 30%;
  --accent-foreground: 204 80% 85%;

  --muted: 214 18% 26%;
  --muted-foreground: 213 15% 72%;

  --border: 213 16% 24%;

  --input: 213 16% 24%;
  --input-background: 214 25% 16%;

  --chat-input-background: 214 25% 16%;
  --chat-input-border: 213 16% 24%;

  --sidebar-accent: 214 24% 19%;
  --sidebar-accent-foreground: 204 80% 80%;

  --dropdown-menu-icon-background: 214 25% 16%;
  --dropdown-menu-icon-background-hover: 210 28% 32%;

  --dropzone-background: 214 25% 16%;
  --dropzone-border: 213 16% 24%;
  --dropzone-active-overlay: 204 90% 65% / 0.1;

  --empty-section-background: 214 25% 16%;
  --empty-section-foreground: 204 90% 65%;
  --empty-section-border: 213 16% 24%;

  --list-item-background: 214 25% 16%;
  --list-item-foreground: 204 90% 65%;
  --list-item-border: 213 16% 24%;
  --list-item-icon-background: 204 90% 65% / 0.1;

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

  --stepper-steps-background: 214 25% 18%;

  --plan-card-accent: 214 24% 20%;

  --attachment-preview-background: 214 24% 20%;

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

  --layout-gap-background: 214 30% 11%;

  --search-input-background: 214 25% 16%;

  --scroll-area-thumb-background: 213 14% 40%;

  --skeleton-background: 214 25% 16%;

  --icon-background: 214 25% 16%;

  --link: 204 85% 70%;

  --highlighted: 198 95% 72%;

  --chart-primary: 204 90% 65%;
  --chart-primary-dark: 206 90% 50%;
  --chart-warning: 30 95% 62%;
  --chart-info: 188 70% 60%;
  --chart-destructive: 0 80% 65%;

  --sidebar-icon-fill-1: hsl(206, 98%, 50%);
  --sidebar-icon-fill-2: hsl(205, 90%, 75%);
  --sidebar-icon-fill-3: hsl(208, 92%, 46%);
  --sidebar-icon-fill-4: hsl(210, 96%, 40%);
  --sidebar-icon-fill-1-hover: hsl(205, 100%, 58%);
  --sidebar-icon-fill-2-hover: hsl(204, 92%, 80%);
  --sidebar-icon-fill-3-hover: hsl(208, 95%, 54%);
  --sidebar-icon-fill-4-hover: hsl(210, 98%, 48%);

  --capability-icon-fill-1: hsla(204, 90%, 62%, 0.45);
  --capability-icon-fill-2: hsla(204, 90%, 62%, 0.75);
  --capability-icon-fill-3: hsl(204, 90%, 62%);
  --capability-icon-fill-4: hsl(198, 85%, 55%);
  --capability-icon-fill-5: hsla(204, 90%, 62%, 0.45);
  --capability-icon-fill-disabled: hsl(213, 10%, 58%);

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

  --user-icon-fill-1: hsl(204, 80%, 78%);
  --user-icon-fill-2: hsl(204, 90%, 62%);
  --user-icon-fill-3: hsl(0, 0%, 100%);

  --spinning-loader-fill-1: hsl(204, 90%, 62%);
  --spinning-loader-fill-2: hsl(204, 80%, 90%);
  --spinning-loader-fill-3: hsla(204, 90%, 62%, 0.4);
}