:root {
  --primary: #1B3A4B;
  --secondary: #E5E9EC;
  --accent: #D4AF37;
  --background: #F8FAFB;
  --foreground: #0A1921;
  --muted: #5D6D7E;
  --border: #D1DBE1;
}

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