:root {
  --main-bg-color: #121212;
  --border-color: #9ca3af;
  --selected-item-color: white;
  --header-bar-color: #1e1e1e;

  --button-color: #1a1717;
  --button-text-color: #9ca3af;
  --button-border-color: #333;
  --button-hover-color: #9ca3af;

  --text-color: #9ca3af;
  --text-red-color: #ef44448e;
  --text-hover-color: white;
  --text-hover-blue-color: #7093cb;
  --text-hover-red-color: #ef4444;

  --input-color: black;
  --input-border-color: #9ca3af;
  --input-error-color: #ef4444;

  --color-button-color: #333;
  --color-button-active-color: white;
  --color-button-hover-color: white;

  --combobox-selected-color: #3b82f6;

  --instruction-text-color: white;
  --instruction-overlay-color: #00000079;
}