:root {
  --bs-primary: rgb(0, 112, 184) !important;
  --bs-primary-rgb: 0, 112, 184 !important;
  --bs-link-color: rgb(0, 112, 184) !important;
  --bs-link-hover-color: rgb(0, 112, 184) !important;
}

a {
  color: rgb(0, 112, 184) !important;
}

a:hover {
  color: rgb(238, 110, 7) !important;
}

.btn-primary {
  background-color: rgb(0, 112, 184) !important;
  border-color: rgb(0, 112, 184) !important;
}
.btn-outline-primary {
  color: rgb(0, 112, 184) !important;
}

.btn-primary:hover {
  background-color: rgb(0, 112, 184) !important;
  border-color: rgb(0, 112, 184) !important;
}

.text-primary {
  color: rgb(0, 112, 184) !important;
}

.bg-primary {
  background-color: rgb(0, 112, 184) !important;
} 