::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #050505;
}
::-webkit-scrollbar-thumb {
    background: #393528;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #edbc1d;
}
html {
    scroll-behavior: smooth;
}
.toc-item.active {
    color: #edbc1d;
    border-left-color: #edbc1d;
    background: linear-gradient(90deg, rgba(237, 188, 29, 0.05) 0%, transparent 100%);
}
