@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#cbd5e199;background-clip:content-box;border:2px solid #0000;border-radius:9999px;transition:background-color .15s}::-webkit-scrollbar-thumb:hover{background-color:#94a3b8d9;background-clip:content-box}::-webkit-scrollbar-thumb:active{background-color:#64748be6;background-clip:content-box}::-webkit-scrollbar-corner{background:0 0}*{scrollbar-width:thin;scrollbar-color:#cbd5e199 transparent}.thin-scrollbar::-webkit-scrollbar{width:6px;height:6px}.thin-scrollbar::-webkit-scrollbar-track{background:0 0}.thin-scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1b3;border-radius:9999px;transition:background-color .15s}.thin-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#94a3b8e6}.thin-scrollbar{scrollbar-width:thin;scrollbar-color:#cbd5e1b3 transparent}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f8fafc;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1cc;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#94a3b8e6}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#cbd5e1cc #f8fafc}.scrollbar-none::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.scrollbar-hide::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.scrollbar-none,.scrollbar-hide{scrollbar-width:none!important;-ms-overflow-style:none!important}aside[role=navigation] nav::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}aside[role=navigation] nav{scrollbar-width:none!important;-ms-overflow-style:none!important}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.animate-in.fade-in.slide-in-from-top-1{animation:.15s ease-out dropdown-in}
