::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
.light ::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 10px;
}
.dark ::-webkit-scrollbar-thumb {
    background: #1f2937;
    border-radius: 10px;
}

* {
    -webkit-tap-highlight-color: transparent;
}

.transition-theme {
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), 
                border-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}