:root {
  --primary-color: #0A1931; /* Deep Blue */
  --secondary-color: #FFD700; /* Gold */
  --secondary-color-rgb: 255, 215, 0; /* RGB for Gold */
  --text-color-dark-bg: #ffffff;
  --text-color-light-bg: #333333;
  --card-bg-dark-bg: rgba(255, 255, 255, 0.1);
  --card-bg-light-bg: #ffffff;
  --border-color: #e0e0e0;
}

.page-sports {
  background-color: var(--primary-color); /* Base background, sections will override */
  color: var(--text-color-dark-bg);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-top: 120px; /* Desktop: Adjust for fixed header */
}