:root {
  --primary: #3f4936;
  --secondary: #53c657;
  --accent: #7ad926;
  --background: #FFFFFF;
  --foreground: #3f4936;
  --muted: #727e67;
  --border: #e0e3de;
}

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