:root {
  --light-color-bg: var(--theme-l5);
  --dark-color-bg: var(--theme-d5);
  --grey-color: rgb(107, 114, 128);
  --link-color: rgb(72, 255, 0);
  --back_clr: black;
  --fore_clr: white;
  --theme-l5: #f0f0f0;
  --theme-l4: #cccccc;
  --theme-l3: #999999;
  --theme-l2: #666666;
  --theme-l1: #333333;
  --theme-d1: #000000;
  --theme-d2: #000000;
  --theme-d3: #000000;
  --theme-d4: #000000;
  --theme-d5: #000000;
  --color-status-1: white;
  --color-status-2: orange;
  --color-status-3: yellow;
  --color-status-4: green;
  --color-status-error: red;
  --nav-bg: rgb(203 203 203);
  --nav-indicator: #ffffff;
  --sub-title: rgb(0, 196, 255);
  --button-color: #ffffff;
  --logo-color: #ffffff;
}
