.bg-muted-dark{
    background: #757067;
}

.bg-muted-light{
    background: #c5c2ba;
}

.color-muted-light{
    color: #c5c2ba;
}

.color-vibrant-dark{
    color: #8a8882;
}

.color-vibrant-main{
    color: #994D78;
}

.color-vibrant-light{
    color: #ddca8b;
}

.bg-vibrant-dark{
    background: #8d846b;
}

.bg-vibrant-main{
    background: #994D78;
}

.bg-vibrant-light{
    background: #ddca8b;
}

/* default-theme-specific */

span.sp-header {
    color: #c5c2ba;
}

div.div-footer {
    color: #c5c2ba;
}

div.div-footer-lang {
    color: #c5c2ba;
}

/* settings page */

.tbl-settings td.td-header {
    color: #994D78;
}

.tbl-settings td.td-title,
.tbl-settings td.td-subtitle,
.tbl-settings span.sp-input-status,
.tbl-settings span.sp-subinput-status,
.tbl-settings span.sp-title-footnote {
    color: #ddca8b;
}

/* profile page */

div.div-profile-header-ribbon {
    background: #ddca8b;
}

h2.color-vibrant-dark {
    color: #000;
}

/* song details page */

span.sp-artist {
    color: #000;
}

td.td-song-info span.sp-title {
    text-shadow: unset;
    color: #000;
}
