:root {
  --primary: #494436;
  --secondary: #adc653;
  --accent: #d9a626;
  --background: #FFFFFF;
  --foreground: #494436;
  --muted: #7e7867;
  --border: #e3e1de;
}

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