@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap");html{scroll-behavior:smooth;font-family:Fira Sans,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{border-radius:50px;background-color:#606060;-webkit-transition:all .4s ease;transition:all .4s ease}::-webkit-scrollbar-thumb:hover{background-color:#909090}