@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap");body,html{padding:0;margin:0;font-family:Outfit,sans-serif;scroll-behavior:smooth}a{color:inherit;text-decoration:none}*{box-sizing:border-box}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(126,126,150,.25);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(126,126,150,.45)}*{scrollbar-width:thin;scrollbar-color:rgba(126,126,150,.25) transparent}