:root {
  --body-color: #18191a;
  --sidebar-color: #2c2c2c;
  --primary-color: #cccccc;
  --primary-color-light: #3a3b3c;
  --toggle-color: #fff;
  --text-color: #ccc;
  --widget-text: rgb(255, 255, 255);
  --widget-color: #3a3b3ca8;

  --tran-03: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.3s ease;
  --tran-05: all 0.3s ease;
}

body {
  overflow: hidden;
  background-color: var(--body-color);
}
