:root {
  --bg-color: #031014;
  --dark-section-color: #06171b;
  --darker-section-color: #02090c;
  --banner-text-color: #fff7ed;
  --primary-color: #ff765f;
  --secondary-color: #0b3439;
  --accent-color: #3ce4e5;
  --popular-games-color: #fff7ed;
  --text-color: #f6f3ed;
  --light-text: #e8fbfa;
  --muted-text: #8ba9ab;
  --banner-bg-color: #031014d9;
  --border-radius: 4px;
  --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
