/**
BACKGROUND
 */
.bg-main-dark {
    background-color: #0D0D0D;
}
.bg-carbon {
    background-color: #1C1C1C;
}
.bg-anthracite {
    background-color: #2E2E2E;
}
.bg-gold {
    background-color: #D4AF37;
}
.bg-dark-gold {
    background-color: #B8860B;
}
.bg-light-gold {
    background-color: #FFD700;
}

/*
TEXTS
 */
.text-dark {
    color: #0D0D0D;
}
.text-carbon {
    color: #1C1C1C;
}
.text-anthracite {
    color: #2E2E2E;
}
.text-gold {
    color: #D4AF37;
}
.text-dark-gold {
    color: #B8860B;
}
.text-light-gold {
    color: #FFD700;
}
