:root {
  --50: #eef2ff;
  --100: #dfe6ff;
  --200: #c6d0ff;
  --300: #a3b1fe;
  --400: #7f87fa;
  --500: #6161f4;
  --600: #4f43e8;
  --700: #4335cd;
  --800: #382ea5;
  --900: #312c83;
  --950: #1e1a4c;

  /* Images */

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

  /* Text */

  --text-color: #27272a;
  --disabled-text: #7f87fa;
  --selected-text: #18181b;

  /* Background */

  --background-color: #fff;
  --striped-background-color: color-mix(in srgb, var(--background-color), black 3%);
  --content-background: #eef2ff;
  --disabled-background: #dfe6ff;
  --selected-background: #fff;
  --skeleton-background: #e5e7eb;

  /* Menu */

  --selected-menu-item: #7f87fa;
  --hover-menu-item: #f1f3ff;

  /* Scrollbar */

  --scrollbar-color: rgba(0, 0, 0, 0.2);

  /* Buttons */

  --cancel-button-background: #7a7a7a;
  --accept-button-background: #4f43e8;
  --create-button-background: #25c78a;

  /* Toast */
  --toast-success-border: #198754;
  --toast-success-background: #d1f5e3;
  --toast-success-text: #0f5132;

  --toast-error-border: #dc3545;
  --toast-error-background: #f8d7da;
  --toast-error-text: #842029;

  /* AI chat */
  --chat-background: #fff;
  --message-background: #e9e9e980;
  --chat-input-background: #fff;

  --file-attachment-background: #f1f1f1;
  --message-attachment-background: #e5e5e5;

  --file-attachment-delete-bg: #cfcfcf;
  --file-attachment-delete-bg-hover: #bdbdbd;

  --file-attachment-error-background: #fff5f5;
  --file-attachment-error-border: #d9534f;
  --file-attachment-error-text: #721c24;

  --history-background: #f9f9f9;
  --history-item-hover: #0000000d;
  --history-item-selected: #00000014;

  --artifact-menu-selector-background: #f4f4f5;
  --artifact-menu-selector-selected: #ffffff;

  --code-viewer-background: #ffffff;
}
