:root {
  --primary: #364937;
  --secondary: #53c68e;
  --accent: #26d929;
  --background: #FFFFFF;
  --foreground: #364937;
  --muted: #677e68;
  --border: #dee3de;
}

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