:focus-visible {
    outline: 2px solid #525252;
    outline-offset: 2px;
    border-radius: 4px;
}

::selection {
    background: #FFFFFF;
    color: #000000;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #121212;
}
::-webkit-scrollbar-thumb {
    background: #262626;
    border-radius: 999px;
    border: 2px solid #121212;
}
::-webkit-scrollbar-thumb:hover {
    background: #525252;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #262626 #121212;
}