@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&family=Manrope:wght@400;600;800&display=swap";
body{font-family:'Inter',sans-serif;background-color:#fff;color:#111;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-family:'Manrope',sans-serif}
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:#f1f1f1}
::-webkit-scrollbar-thumb{background:#333}
::-webkit-scrollbar-thumb:hover{background:#000}
.fade-up-enter{opacity:0;transform:translateY(30px)}
.fade-up-active{opacity:1;transform:translateY(0);transition:opacity .8s cubic-bezier(0.16,1,0.3,1),transform .8s cubic-bezier(0.16,1,0.3,1)}