/* Public site */
body {
    margin: 0;
    color-scheme: dark;
}

input,
select,
textarea {
    background-color: #141414;
    color: #f5f5f5;
}

input::placeholder,
textarea::placeholder {
    color: #737373;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #404040;
    border-radius: 999px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}