:root {
  --50: #f1f3ff;
  --100: #e5e9ff;
  --200: #cfd9ff;
  --300: #a9b7ff;
  --400: #7888ff;
  --500: #4f43e8;
  --600: #414bff;
  --700: #090af8;
  --800: #0708d0;
  --900: #070791;
  --950: #010574;

  /* Images */

  --company-logo: url('../../../assets/images/Signaturit_Logo-dark.svg');
  --company-isotype: url('../../../assets/images/isotype-dark.svg');
  --background-image: url('../../../assets/images/Signaturit_Background_dark.webp');

  /* Text */

  --text-color: #e0e0e0;
  --disabled-text: #4c4d58;
  --selected-text: #18181b;

  /* Background */

  --background-color: #18181b;
  --disabled-background: #393941;
  --selected-background: #18181b;
  --striped-background-color: color-mix(in srgb, var(--background-color), white 3%);
  --content-background: #1d2125;
  --skeleton-background: #2c2c2c;

  /* Menu */

  --selected-menu-item: #f1f3ff;
  --hover-menu-item: #393941;

  /* Scrollbar */

  --scrollbar-color: rgba(255, 255, 255, 0.5);

  /* Buttons */

  --cancel-button-background: #393941;
  --accept-button-background: #4f43e8;
  --create-button-background: #1ea578;

  /* Toast */
  --toast-success-border: #1ea578;
  --toast-success-background: #1a2b24;
  --toast-success-text: #d1f5e3;

  --toast-error-border: #d9534f;
  --toast-error-background: #2b1a1a;
  --toast-error-text: #f8d7da;

  /* AI chat */
  --chat-background: #212121;
  --message-background: #323232d9;
  --chat-input-background: #303030;

  --file-attachment-background: #212121;
  --message-attachment-background: #1a1a1a;

  --file-attachment-delete-bg: #3a3a3a;
  --file-attachment-delete-bg-hover: #555;

  --file-attachment-error-background: #2b1a1a;
  --file-attachment-error-border: #d9534f;
  --file-attachment-error-text: #f8d7da;

  --history-background: #181818;
  --history-item-hover: #ffffff1a;
  --history-item-selected: #ffffff0d;

  --artifact-menu-selector-background: #212121;
  --artifact-menu-selector-selected: #18181b;

  --code-viewer-background: #282c34;
}
