:root {
  --bg-color: rgb(255 255 255 / 0.05);
  --bg-blur: blur(8px);
  --bg-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.116);
  --engineer-color: rgb(194, 155, 55);
  --wizard-color: rgb(93, 103, 196);
  --border-color: rgb(255 255 255 / 0.1);
}
