@charset "UTF-8";

/* Custom Colours */
.bg-orange {background: #f26522 !important;}
.bg-dark-grey {background: #252525 !important;}

.text-orange {color: #f26522 !important;}
.text-dark-grey {color: #252525 !important;}

/* Custom Buttons */ 
.btn-discord {
  color: #fff;
  background-color: #7289da;
  border-color: #7289da;
}
.btn-discord:hover {
  color: #fff;
  background-color: #465ba5;
  border-color: #465ba5;
}
