@import "tailwindcss"; @layer base { * { box-sizing: border-box; } body { font-family: system-ui, -apple-system, sans-serif; } }