@tailwind base;@tailwind components;@tailwind utilities;@layer base{html,body,#root{@apply h-full w-full overflow-hidden;}body{@apply bg-bg-dark text-white font-mono m-0;}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#00ff41}::-webkit-scrollbar-thumb:hover{background:#ff003c}::selection{background-color:#00ff41!important;color:#000!important}
