:root {
    --background: hsl(240, 10%, 3.9%);
    --foreground: hsl(0, 0%, 98%);
    --card: hsl(240, 5%, 7%);
    --primary: hsl(280, 100%, 70%);
    --accent: hsl(280, 100%, 70%);
    --border: hsl(240, 5%, 20%);
    --muted-foreground: hsl(240, 5%, 65%);
    --input: hsl(240, 5%, 20%);
    --tool-bg: hsl(240, 6%, 12%);
}