:root {
  --primary: #454936;
  --secondary: #75c653;
  --accent: #b5d926;
  --background: #FFFFFF;
  --foreground: #454936;
  --muted: #7a7e67;
  --border: #e2e3de;
}

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