:root {
  --primary: #0F4C3A;
  --secondary: #E5E1D8;
  --accent: #C5A059;
  --background: #FDFCFB;
  --foreground: #1A1A1A;
  --muted: #6B7280;
  --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;
}