@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0d1117;color:#e6edf3}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.animated-background-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.animated-background-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(-45deg,#0d1117,#161b22,#010409,#0d1117,#111317);background-size:400% 400%;animation:gradientBG 25s ease infinite;z-index:-1}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}#root{position:relative;z-index:1}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#161b22;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#30363d;border-radius:10px;border:2px solid #161B22}::-webkit-scrollbar-thumb:hover{background-color:#484f58}*{scrollbar-width:thin;scrollbar-color:#30363D #161B22}
