:root {
  --primary-color: #ff0080;
  --secondary-color: #7928ca;
  --accent-color: #ff1493;
  --background-dark: #0f0f23;
}

body { font-family: 'Inter', sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Inter', sans-serif; }
