:root {
  --shadow: rgba(0, 0, 0, 0.5);	
  --dcg-custom-background-color: var(--color2); 	
  --color1: #fcf5e5; /* Navbar color, #fcf5e5 "Parchment css color" */
  --color2: #f9f9f9; /* Body color, Not Quite White */
  --color3: #363636; /* Body text, Not Quite Black */
  --color4: #38bbbf; /* DropContent Hover color, desmos inverted red */
  --color5: #0c0a00; /* Text color Dropdown and Navbar (N/A) carbon black */
  --color6: #fbf7f5; /* Chalk White, for button text color */
  --colorx: #15a44a; /* color of an EAI x-tile */
  --colorn: #e02129; /* color of an EAI negative side of any tile */
  --colord: #ced0d2; /* light gray, disabled buttons */
  --colorxy: #00ada9; /* Teal, special buttons, EAI xy-tile */
}