:root {
    --primaryColor: #5b46ee;
    --primaryLight: #ffeee7;
    --secondaryColor: #fdd334;
    --bgColor: #fff;
    --tertiaryColor:  #dfd9d2;
    --descColor: #161616;
    --headerArea: rgb(243, 243, 243);
    --logoBgColor: black;
}

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