
/* Dark Theme Styles */
body.dark-theme {
  background-color: #282c34;
  color: #abb2bf;
}

body.dark-theme a {
  color: #61afef;
}

body.dark-theme .homepage-section h2 {
  color: #e06c75;
}

body.dark-theme .content-card {
  background-color: #3e4451;
  border-color: #4b5263;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

body.dark-theme .content-card h3 {
  color: #e6c07b;
}

body.dark-theme .content-card p {
  color: #abb2bf;
}

body.dark-theme .learn-more-link {
  color: #98c379;
  border-top-color: #4b5263;
}

body.dark-theme .learn-more-link:hover {
  color: #c678dd;
}

body.dark-theme .logo {
  color: #98c379;
}

body.dark-theme .menu__entry a {
  color: #abb2bf;
}

body.dark-theme .menu__entry a:hover {
  color: #61afef;
}

body.dark-theme .social-links__entry {
  color: #abb2bf;
}

body.dark-theme #theme-toggle {
  background: none;
  border: none;
  font-size: 100%; /* Smaller font size for dark mode */
  cursor: pointer;
  color: #e06c75;
}

body.dark-theme .button {
  background-color: #98c379;
  color: #282c34;
}

body.dark-theme .button:hover {
  background-color: #c678dd;
}
