/* style/resources-game-guides.css */
:root {
  --primary-color: #FFD700; /* Gold */
  --secondary-color: #2C3E50; /* Dark Blue */
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-dark: #1a1a2e; /* Body background from shared.css */
  --card-bg-dark-mode: rgba(255, 255, 255, 0.08); /* Slightly transparent white for cards on dark bg */
  --card-border-dark-mode: rgba(255, 255, 255, 0.15);
  --border-light: #e0e0e0;
}