@tailwind base;@tailwind components;@tailwind utilities;*{scrollbar-width:thin;scrollbar-color:#db91f3 #ffd6d6}::-webkit-scrollbar{width:5px;height:5px;background:#ffd6d6}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-track{background:#ffd6d6}::-webkit-scrollbar-track-piece{display:none}::-webkit-scrollbar-thumb{background:#db91f3;border-radius:3px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#b63f9a}::-webkit-scrollbar-corner{background:#ffd6d6}@media(prefers-color-scheme:dark){*{scrollbar-color:#db91f3 #2d2d2d}::-webkit-scrollbar,::-webkit-scrollbar-track,::-webkit-scrollbar-corner{background:#2d2d2d}}[data-theme=dark] *{scrollbar-color:#db91f3 #2d2d2d}[data-theme=dark] ::-webkit-scrollbar,[data-theme=dark] ::-webkit-scrollbar-track,[data-theme=dark] ::-webkit-scrollbar-corner{background:#2d2d2d}
