body {
  font-family: 'Montserrat', sans-serif;
}

.gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, #00f7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(65, 36, 182, 0.3);
}

.glow {
  box-shadow: 0 0 60px rgba(0, 247, 255, 0.3);
}
