:root {
  --hs-blue: #44aad2;
  --hs-dark-blue: #0d6283;
  --hs-big-blue: #43a9d1;
  --hs-brown: #3e3e3a;
  --hs-grey: #777777;
  --hs-clear-grey: #f4f6f7;
  --hs-disabled: #d5e0e3;
  --hs-black: #383934;
}

.btn-outline-primary {
  --bs-btn-active-bg: #44aad2 !important;
  --bs-btn-border-color: #44aad2 !important;
  --bs-btn-color: #44aad2 !important;
  --bs-btn-active-border-color: #44aad2 !important;
}
