:root {
    --blue: #B872AA !important;
    --dark-blue: #9d5a8f !important;
    --icon-blue: #B872AA !important;
}
:root.dark {
    --blue: #B872AA !important;
    --dark-blue: #9d5a8f !important;
    --icon-blue: #B872AA !important;
    --background: #1A1714 !important;
    --surfacePrimary: #221E1A !important;
    --surfaceSecondary: #2E2822 !important;
    --textPrimary: rgba(244, 236, 224, 0.65) !important;
    --textSecondary: rgba(244, 236, 224, 0.9) !important;
    --borderPrimary: rgba(244, 236, 224, 0.06) !important;
    --borderSecondary: rgba(244, 236, 224, 0.12) !important;
}
.button {
    background: #B872AA !important;
}
#listing .item[aria-selected="true"] {
    background: #3d2a3a !important;
    color: #F4ECE0 !important;
}
#listing .item[aria-selected="true"] i {
    color: #B872AA !important;
}
