:root {
  --background: 241.2567 48.1064% 7.8707%;
  --foreground: 217.4991 35.8053% 94.1213%;
  --card: 239.9824 35.6714% 17.7403%;
  --card-foreground: 217.4991 35.8053% 94.1213%;
  --muted: 239.9824 35.6714% 17.7403%;
  --muted-foreground: 232.1109 17.3319% 57.1127%;
  --primary: 312.8206 102.1677% 49.2545%;
  --primary-foreground: 300 50% 100%;
  --border: 239.5998 33.207% 27.4072%;
}

html,
body {
  background-color: hsl(var(--background));
  color-scheme: dark;
}
