@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#2b2d31;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#3f4147}}html,body,#root{height:100%;margin:0;background-color:#1e1f22}
