:root {
  --primary: #C5A059;
  --secondary: #2A1E17;
  --accent: #D4AF37;
  --background: #0D0D0D;
  --foreground: #F5F5F5;
  --muted: #A0A0A0;
  --border: #332A24;
}

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