/* Content */
.content-primary {
    color: #131313;
}

.content-tertiary {
    color: #A90000;
}

.content-inverted {
    color: #F2F2F2;
}

.content-secondary {
    color: #7E7E7E;
}

/* Background */
.background-primary {
    background-color: #F2F2F2;
}

.background-inverted {
    background-color: #0C0B0B;
}

/* State */
.state-disabled {
    background-color: #CBCBCB;
}

.state-inverted {
    background-color: #545454;
}
