@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@300;400;700;900&display=swap";
:root{--color-bg:#050505;--color-text:#fff;--color-text-muted:#888;--color-accent:#e0e0e0;--color-accent-glow:#e0e0e066;--font-primary:"Outfit", sans-serif;--font-secondary:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-secondary);overscroll-behavior:none;overflow:hidden auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);text-transform:uppercase;letter-spacing:-.02em}.canvas-container{z-index:0;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}.ui-layer{z-index:10;pointer-events:none;width:100%;position:relative}.ui-layer>*{pointer-events:auto}.section{flex-direction:column;justify-content:center;min-height:100vh;padding:4rem 10%;display:flex}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}
