:root {
  --primary: #0A2342;
  --secondary: #E8F1F2;
  --accent: #94B0B7;
  --background: #F9FCFD;
  --foreground: #051622;
  --muted: #5B7083;
  --border: #DAE3E7;
}

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