@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap";.animate-slide-right{animation:slide .7s forwards}.animate-slide-left{animation:slide-left .7s backwards}@keyframes slide{0%{left:0}to{left:9.75rem}}@keyframes slide-left{0%{left:9.75rem}to{left:0}}*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:#7f7d7d66;border-radius:10px}scrollbar-thumb{background-color:#7f7d7d66;border-radius:10px}
