/* ##### BLACK ##### */
.background-black {background-color: #000000 !important}
.text-black {color: #000000 !important}
.text-black * {color: #000000 !important}

/* ##### WHITE ##### */
.background-white {background-color: #ffffff !important}
.text-white {color: #ffffff !important}
.text-white * {color: #ffffff !important}

/* ##### RED ##### */
.background-red {background-color: #ff0000 !important}
.text-red {color: #ff0000 !important}
.text-red * {color: #ff0000 !important}

/* ##### TERRACOTTA ##### */
.background-terracotta {background-color: #c56f59 !important}
.text-terracotta {color: #c56f59 !important}
.text-terracotta * {color: #c56f59 !important}

