@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{width:100%;height:100%;scroll-behavior:smooth}body{background-color:#000;color:#fff;font-family:Lexend,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{text-transform:uppercase;letter-spacing:.04em;font-weight:600}p{line-height:1.7;margin-bottom:1.2rem}@keyframes pulse-slow{0%,to{opacity:.7}50%{opacity:1}}.animate-pulse-slow{animation:pulse-slow 4s ease-in-out infinite}body:hover{background-color:#000;transition:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#666,#333);border-radius:10px}::-webkit-scrollbar-track{background:#0b0b0b}