:root {
  --primary: #FE2C55;
  --secondary: #25F4EE;
  --accent: #FE2C55;
  --background: #111111;
  --foreground: #FFFFFF;
  --muted: #A1A1AA;
  --border: #27272A;
}

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