html {
    scrollbar-gutter: stable;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #18181b;
}

::-webkit-scrollbar-thumb {
    background: #3f3f46;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #52525b;
}

body {
    background-color: #09090b;
    color: #e4e4e7;
}

details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}
