:root {
  --primary: #0077B6;
  --secondary: #90E0EF;
  --accent: #00B4D8;
  --background: #F8FDFF;
  --foreground: #03045E;
  --muted: #5E60CE;
  --border: #CAF0F8;
}

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