*,
html * /* override x.xhtml.ru style */
{
    scrollbar-width: thin;
    scrollbar-color: #8AC7FF #1B1C28;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
    background: #1B1C28;
}
*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
    background-color: #8AC7FF;
    border-radius: 3px;
    border: 0px;
}
.pwd::-moz-selection,
.pwd::selection{
    background-color: inherit;
}

body {
    background: #1B1C28;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
}
a,
a:hover {
    text-decoration: none;
    color: inherit;
    font: inherit;
    font-style: inherit;
    font-weight: inherit;
}
