:root {
  --light-color-bg: var(--theme-l5);
  --dark-color-bg: var(--theme-d5);
  --grey-color: rgb(107, 114, 128);
  --link-color: rgb(255 0 0);
  --back_clr: white;
  --fore_clr: black;
  --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: rgb(255, 0, 0);
  --color-status-2: #666666;
  --color-status-3: #21153e;
  --color-status-4: green;
  --color-status-error: red;
  --nav-bg: rgb(104 104 104);
  --nav-indicator: var(--button-color);
  --sub-title: rgb(0 8 255);
  --button-color: var(--theme-d5);
  --logo-color: var(--theme-d5);
}
