:root {
  --primary: #3c4936;
  --secondary: #53c66c;
  --accent: #59d926;
  --background: #FFFFFF;
  --foreground: #3c4936;
  --muted: #6e7e67;
  --border: #dfe3de;
}

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