@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
    html {
        color-scheme: dark;
    }

    body {
        @apply bg-slate-950 text-slate-100;
    }
}
