:root {
    --primaryColor: #ff914d;
    --primaryLight: #d8d0cc;
    --secondaryColor: #000;
    --bgColor: #fff;
    --tertiaryColor:  #dfd9d2;
    --descColor: #161616;
    --headerArea: rgb(243, 243, 243);
    --logoBgColor: black;
    --footerArea: #ffd7c0;
}

.logo {
    width:10em !important;
    transform:scale(1.2);
}

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