:root {
  --adaje-lavender-blue: #8e96e4;
  --adaje-light-blue: #cad7e5;
  --adaje-dark-blue: #111b39;
  --adaje-primary-red: #ef532b;
  --adaje-primary-blue: #0078ff;

  --primary-super-light-darkM: #323639;
  --primary-light-darkM: #4e51bf;
  --primary-darkM: #6c6db0;
  --primary-modelbg-darkM: #47497a;
  --primary-dark-darkM: #c2c1bf;
  --primary-super-dark-darkM: #181a1b;
  --primary-disabled-darkM: #666666;
  --secondary-light-darkM: #ff9161;
  --secondary-darkM: var(--adaje-primary-red);
  --secondary-blue-darkM: var(--adaje-light-blue);

  --text-muted-darkM: #c0c0c0;
  --neutral-darkM: #3c3c3c;
  --neutral-dark-darkM: #cccccc;
  --text-primary-darkM: #f7f7f7;
  --text-gray-darkM: #bcbcbc;
  --alert-purple-darkM: #251e2e;
  --error-red-darkM: #d32f2f;
  --border-color-darkM: #515151;
  --border-light-darkM: #acadff;
  --table-line-darkM: #dfdfdf;

  --primary-super-light: #e9ecf6;
  --primary-light: #5e5fa1;
  --primary: #47497a;
  --primary-dark: #000026;
  --primary-super-dark: #1a224e;
  --primary-disabled: #ccc;
  --secondary-super-light: #fdf2e9;
  --secondary-light: #ff9161;
  --secondary: var(--adaje-primary-red);
  --secondary-dark: #b72c05;

  --text-muted: #6c757d;
  --neutral: #eee;
  --neutral-dark: #ccc;
  --text-primary: #383838;
  --text-gray: #5f6870;
  --alert-purple: #f4eaff;
  --error-red: #d32f2f;
  --border-color: #e2e2e2;

  --primary-template: 26, 34, 78;
  --secondary-template: 241, 95, 52;
  --default-font-size-small: 12px;
  --default-font-size: 14px;
  --default-font-size-large: 16px;
  --handsontable-font-size: 13px;
  --mui-dialog-z-index: 1300;

  --ht-column-header-background: #f0f2f4;
  --ht-background: #f8fafd;
  --ht-background-current: #e0e4e8;
  --ht-color: #000;
  --ht-column-header-background-dark: var(--neutral-darkM);
  --ht-background-dark: #323639;
  --ht-background-current-dark: var(--primary-darkM);
  --ht-color-dark: #eeeeee;
}
