:root{
  --red: #be3927;
  --charcoal: #414042;
  --white: #ffffff;
  --grey: #f4f4f4;
  --accent: #dc9578;
  --dark: #323234;
}

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

/* ##### CHARCOAL ##### */
.background-charcoal {background-color: #414042 !important}
.text-charcoal {color: #414042 !important}
.text-charcoal * {color: #414042 !important}

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

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

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

/* ##### DARK ##### */
.background-dark {background-color: #323234 !important}
.text-dark {color: #323234 !important}
.text-dark * {color: #323234 !important}

