/*
Theme Name: Partynordlicht Theme
Author: Marc Bendixen
Description: Dunkles WordPress-Theme im Neon-Nightlife-Design für das DJ-Team Partynordlicht.
Version: 1.0
*/

body {
  background-color: #0a0a0a;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
}

h1, h2, h3 {
  text-shadow: 0 0 6px #ff00cc, 0 0 12px #ff00cc;
}

a {
  color: #00ffff;
  text-decoration: none;
}

a:hover {
  color: #ff00cc;
}
