:root {
  --bg-color: #070911;
  --dark-section-color: #101421;
  --darker-section-color: #05070c;
  --banner-text-color: #f6f4ed;
  --primary-color: #42d8ce;
  --secondary-color: #253c56;
  --accent-color: #d9b766;
  --popular-games-color: #f4de9f;
  --text-color: #f6f4ed;
  --light-text: #dce6ea;
  --muted-text: #9aa8b4;
  --banner-bg-color: #070911d9;
  --border-radius: 4px;
  --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
