/* style/fishing-games.css */

/* Variables - should be defined in shared.css but for completeness */
:root {
  --primary-color: #FFD700; /* Gold */
  --secondary-color: #1A1A1A; /* Dark Black */
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --background-light: #f9f9f9;
  --background-medium: #e0e0e0;
  --border-color: #e0e0e0;
}