:root {
  --primary: #493c36;
  --secondary: #c6af53;
  --accent: #d95c26;
  --background: #FFFFFF;
  --foreground: #493c36;
  --muted: #7e6e67;
  --border: #e3dfde;
}

body {
  margin: 0;
  font-family: 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;
}