:root {
  --grey50: #181818;
  --grey100: #1e2021;
  --grey200: #222426;
  --grey400: #3d4245;
  --grey700: #494f52;




  --blueGrey100: #2b353a;
  --blueGrey200: #38464d;
  --blueGrey400: #51656e;

  --primary: #42a5f5;
  --secondary: #ab47bc;
  --error: #d32f2f;
  --warning: #f57c00;
  --info: #0288d1;
  --success: #388e3c;

  /* --background: var(--grey50); */
  --background: #121212;
  /* --lighterBack: var(--grey200); */
  --lighterBack: #2C2C2C;
  --textPrimary: #e8e6e3;
  --hover: rgba(255,255,255,0.15);
}
