:root {
  --bg-color: #070b1d;
  --dark-section-color: #0a1026;
  --darker-section-color: #050817;
  --banner-text-color: #ffffff;
  --primary-color: #8c4dff;
  --secondary-color: #151d3f;
  --accent-color: #37d8d0;
  --popular-games-color: #ffffff;
  --text-color: #f7f4ff;
  --light-text: #f7f4ffe7;
  --muted-text: #0a1026;
  --banner-bg-color: #080d27d9;
  --border-radius: 4px;
  --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
