:root {
  --primary: #493645;
  --secondary: #c65371;
  --accent: #d926af;
  --background: #FFFFFF;
  --foreground: #493645;
  --muted: #7e6779;
  --border: #e3dee2;
}

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