:root {
  --custom1: #001489;
  --custom2: #0077bf;
  --custom3: #000000;
  --custom4: #FFC72C;
  --custom5: #E30D40;
}

.btn-primary, .bg-primary {
    background: var(--custom1) !important;
}

.btn-info, .bg-info  {
    background: var(--custom2) !important;
    color: #fff;
}

.btn-danger, .bg-danger  {
    background: var(--custom5) !important;
}

.btn-warning, .bg-warning  {
    background: var(--custom4) !important;
}