@import "tailwindcss"; @custom-variant dark (&:where(.dark, .dark *)); :root { font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", sans-serif; color: #0f172a; background: #f8fafc; } html, body, #root { min-height: 100%; } body { margin: 0; } @layer utilities { .scrollbar-hide { /* IE and Edge */ -ms-overflow-style: none; /* Firefox */ scrollbar-width: none; } .scrollbar-hide::-webkit-scrollbar { display: none; } }