.fill-ush-grey {
  fill: #114b5f !important;
}

.fill-ush-blue {
  fill: #1da1f2 !important;
}

.bg-ush-blue {
  background-color: #1da1f2 !important;
}

.bg-ush-grey {
  background-color: #114b5f !important;
}

.btn-ush-grey {
  color: #fff !important;
  background-color: #114b5f !important;
  border-color: #114b5f !important;
}

.btn-ush-blue {
  color: #fff !important;
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
}

.color-ush-blue {
  color: #1da1f2 !important;
}

.color-ush-grey {
  color: #114b5f !important;
}