@tailwind base;@tailwind components;@tailwind utilities;*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:#0a0a0f;color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}.container-fluid{background-color:#0a0a0f;min-height:100vh}::selection{background:#6366f14d;color:#f8fafc}a{color:#818cf8;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}a:hover{color:#6366f1}img{max-width:100%;height:auto}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0f}::-webkit-scrollbar-thumb{background:#252530;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4f46e5}
