:root {
--primary_font: "Playfair Display", serif;
    --secondary_font: "Roboto", sans-serif;
    --primary_color: #0c080b;
    --primary_color_shade: rgba(253, 253, 253, 0.04);
    --secondary_color: #e583aa;
    --accent_color: #e17f7f;
    --text_color: #ffffff;
    --default_color: #0a0a0a;
    --heading_color: #e3f2ff;
    --hover_accent: #c7c7c7;
    --primary_bg: #f5f5f5;
    --card_slider_two: rgba(255, 251, 243, 0.2);
    --card_slider_three: rgba(232, 232, 232, 0.3);
    --gradient_start: #543645;
    --gradient_end: #b66a89;
    --disabled: #000000;
    --checkbox_background: #000;
}

.footer-img ~ p {
    color: antiquewhite;
    font-size: 1.2em;
    text-decoration: underline;
    margin-bottom: 0;
}

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