:root{
  --black: #000000;
  --grey: #555555;
  --accent: #dd519d;
}

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

/* ##### GREY ##### */
.background-grey {background-color: #555555 !important}
.text-grey {color: #555555 !important}
.text-grey * {color: #555555 !important}

/* ##### ACCENT ##### */
.background-accent {background-color: #dd519d !important}
.text-accent {color: #dd519d !important}
.text-accent * {color: #dd519d !important}

