:root {
  --primary: #364948;
  --secondary: #5394c6;
  --accent: #26d9cd;
  --background: #FFFFFF;
  --foreground: #364948;
  --muted: #677e7d;
  --border: #dee3e3;
}

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