:root {
  --primary: #0062FF;
  --secondary: #0F172A;
  --accent: #00D1FF;
  --background: #F8FAFC;
  --foreground: #020617;
  --muted: #64748B;
  --border: #E2E8F0;
}

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;
}