

:root {
    --primaryFont: "Roboto", sans-serif;
    --primaryColor: #382e29;
    --bgColor: #1e1e1e;
    --footerBg: #0a0119;
    --descColor: #fff;
}


.desktop-closed-message-avatar ~ div {
    color: var(--primaryColor, 161616) !important;
    font-weight: 500;
}