@tailwind base;@tailwind components;@tailwind utilities;:root{--brand-orange: #FF9900}html,body{overflow-x:hidden;width:100%;max-width:100vw;margin:0;padding:0;box-sizing:border-box;background-color:#000}#root{overflow-x:hidden;width:100%;position:relative}*,*:before,*:after{box-sizing:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--brand-orange)}
