:root {
  --background: rgb(12, 12, 12);
  --lighter_1: rgb(18, 18, 18);
  --lighter_2: rgb(24, 24, 24);
  --lighter_3: rgb(50, 50, 50);
  --lighter_4: rgb(80, 80, 80);
  --lighter_5: rgb(150, 150, 150);

  --text-color: rgb(200, 200, 200);
  --text-color-title: white;
  --text-color-sub: rgb(205, 205, 205);


  --primary: rgb(64, 154, 3);
  --shadow: black;



  /* Site fade screen */
  --first-load-screen: Welcome;

  /* Project state colors */
  --indev-fore: #90CAF9;
  --indev-back: #508AA9;
  --paused-fore: #FF5252;
  --paused-back: #BF1212;
}
