@import "tailwindcss";

@theme {
    --color-accent: #8b5cf6;
}

body {
    background-color: theme(--color-zinc-950);
    color: theme(--color-zinc-100);
}
