@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#fff;--white:#0f172a;--blue:#2563eb;--blue-glow:#3b82f6;--blue-dark:#1d4ed8;--mid:#f8fafc;--glass:#ffffffeb;--glass-border:#2563eb1f}html{scroll-behavior:smooth;background:var(--black)}body{background:var(--black);color:var(--white);cursor:none;-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;overflow-x:hidden}a,button{cursor:none}::selection{color:var(--blue);background:#2563eb26}.font-bebas{font-family:Bebas Neue,sans-serif}.text-glass{color:#0f172a99}.perspective-container{width:100vw;position:relative;overflow-x:hidden}.bg-canvas-container{z-index:0;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}.text-stroke-light{color:#0000;-webkit-text-stroke:1.5px #0f172a2e;transition:all .4s}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:#2563eb40;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--blue)}.noise-overlay{pointer-events:none;z-index:9990;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}
