/* Light Mode */
body.light {
  --background-primary: #ffffff; /* White background */
  --background-secondary: #f5f5f5; /* Light gray for cards, panels */
  --text-primary: #1a1a1a; /* Dark text for readability */
  --text-secondary: #4d4d4d; /* Secondary text */
  --text-muted: #767676; /* Muted text */
  --text-silent: #cccccc; /* Silent text */
  --accent: #005fcc; /* Darker accent for light mode */
  --border-primary: #666666; /* Prominent borders */
  --border-secondary: #cccccc; /* Subtle borders */
  --border-tertiary: #e0e0e0; /* Light borders */
  --border-quaternary: #f0f0f0; /* Very light borders */
}
