:root {
    --primary_font: "Playfair Display", serif;
    --secondary_font: "Roboto", sans-serif;
    --primary_color: #101010;
    --primary_color_shade: rgb(253 253 253 / 4%);
    --secondary_color: #d966af;
    --accent_color: #e61d7f;
    --text_color: #ffffff;
    --default_color: #101010;
    --heading_color: #dddcdc;
    --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: #b929af;
    --gradient_end: #ff8ad4;
    --disabled: #1c171c;
    --checkbox_background: #595959;
}

.text-center.h-auto {
    color: var(--secondary_color);
    font-size: 0.875rem;
    margin: 0;
    font-family: var(--secondary_font);
    background: var(--primary_color_shade);
    margin-top: 1em !important;
    padding: 1em;
    border-radius: 10px;
}

.footer-img {
    max-width: 200px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0.2em;
}

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

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