:root {
  --primary: #0F4C81;
  --secondary: #E0F2F1;
  --accent: #00A8CC;
  --background: #FAFAFA;
  --foreground: #1A202C;
  --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;
}