/* Additional aesthetic enhancements and glow effects for House of Yellow Dark Mode */

.button:hover {
  box-shadow: 0 0 30px rgba(242, 239, 163, 0.4) !important;
}

.headerBigBlock .centerContent:hover .animContainer svg path {
  fill: #ffffff !important;
  filter: drop-shadow(0 0 20px var(--accent-yellow-glow));
}

.customCursor .background {
  box-shadow: 0 0 20px var(--accent-yellow-glow);
}

.aboutWorkBlock .projectsSection .projects .project:hover .projectTitle {
  transform: translateX(10px);
}
