:root {
  --primary: #4B0082;
  --secondary: #191970;
  --accent: #D4AF37;
  --background: #0A0A14;
  --foreground: #F5F5F5;
  --muted: #A0A0C0;
  --border: #3E3E5E;
}

body {
  margin: 0;
  font-family: 'Geist', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--background);
  color: var(--foreground);
}

#root {
  min-height: 100vh;
}