@import "tailwindcss"; /* You can still add global CSS variables or custom base styles here if needed */ @layer base { body { background-color: var(--color-slate-50); color: var(--color-slate-900); -webkit-font-smoothing: antialiased; } }