:root {
  --bg-color: #050907;
  --dark-section-color: #07110f;
  --darker-section-color: #0d1815;
  --banner-text-color: #fff8e8;
  --primary-color: #c77932;
  --secondary-color: #10362f;
  --accent-color: #29d5b1;
  --popular-games-color: #fff8e8;
  --text-color: #f7f2e7;
  --light-text: #e5eee9;
  --muted-text: #829b93;
  --banner-bg-color: #04100dcc;
  --border-radius: 4px;
  --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
