:root {
  --primary: #453649;
  --secondary: #c653a7;
  --accent: #af26d9;
  --background: #FFFFFF;
  --foreground: #453649;
  --muted: #79677e;
  --border: #e2dee3;
}

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