/* app/globals.css */ @tailwind base; @tailwind components; @tailwind utilities; /* Global Dark Mode Styles */ body { color: #ededed; /* Foreground color */ background: #0a0a0a; /* Background color */ font-family: Arial, Helvetica, sans-serif; }