@import "tailwindcss";

@custom-variant dark (&:where(.dark, .dark *));

body {
    background-color: black;
}

@theme {
    /* ... */
}

@layer base {
    
}
