/* BACKGROUNDS */
.bg-white {
  background: #fff; }

.bg-grey {
  background: #f0f0f0; }

.bg-light-grey {
  background: #f9f9f9; }

.bg-blue {
  background: #3c89c6; }

.bg-lighter-blue {
  background: #5897ca; }

.bg-dark-blue {
  background: #1B75BC; }

.bg-dark {
  background: #111; }

.bg-aqua {
  background: #a4d8e5; }

.bg-light-yellow {
  background: #fff2bd; }

.bg-white-blue {
  background: #f0f5f9; }

.bg-green {
  background: #8cc63f; }

.bg-red {
  background: #d91c5c; }

/* TEXT COLOUR */
.text-black {
  color: #000; }

.text-orange {
  color: #f8941e; }

.text-blue {
  color: #3c89c6; }

.text-grey {
  color: #ccc; }

.text-green {
  color: #8cc63f; }

/*# sourceMappingURL=../maps/theme/colors.css.map */