:root, [data-bs-theme=light] {
  --bs-primary: #1b4878;
  --bs-primary-rgb: 27,72,120;
  --bs-primary-text-emphasis: #0B1D30;
  --bs-primary-bg-subtle: #D1DAE4;
  --bs-primary-border-subtle: #A4B6C9;
  --bs-secondary: #f7f4e9;
  --bs-secondary-rgb: 247,244,233;
  --bs-secondary-text-emphasis: #63625D;
  --bs-secondary-bg-subtle: #FDFDFB;
  --bs-secondary-border-subtle: #FCFBF6;
  --bs-body-bg: rgba(13,28,48,0.9);
  --bs-body-bg-rgb: 13,28,48,0.9;
  --bs-body-font-family: 'Source Sans 3', sans-serif;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1b4878;
  --bs-btn-border-color: #1b4878;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #173D66;
  --bs-btn-hover-border-color: #163A60;
  --bs-btn-focus-shadow-rgb: 221,228,235;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #163A60;
  --bs-btn-active-border-color: #14365A;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1b4878;
  --bs-btn-disabled-border-color: #1b4878;
}

.btn-outline-primary {
  --bs-btn-color: #1b4878;
  --bs-btn-border-color: #1b4878;
  --bs-btn-focus-shadow-rgb: 27,72,120;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1b4878;
  --bs-btn-hover-border-color: #1b4878;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1b4878;
  --bs-btn-active-border-color: #1b4878;
  --bs-btn-disabled-color: #1b4878;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1b4878;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f7f4e9;
  --bs-btn-border-color: #f7f4e9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F8F6EC;
  --bs-btn-hover-border-color: #F8F5EB;
  --bs-btn-focus-shadow-rgb: 37,37,35;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F9F6ED;
  --bs-btn-active-border-color: #F8F5EB;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f7f4e9;
  --bs-btn-disabled-border-color: #f7f4e9;
}

.btn-outline-secondary {
  --bs-btn-color: #f7f4e9;
  --bs-btn-border-color: #f7f4e9;
  --bs-btn-focus-shadow-rgb: 247,244,233;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f7f4e9;
  --bs-btn-hover-border-color: #f7f4e9;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f7f4e9;
  --bs-btn-active-border-color: #f7f4e9;
  --bs-btn-disabled-color: #f7f4e9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f7f4e9;
}

.m-4 {
  margin: 1.5rem!important;
}

.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important;
}

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.mt-4 {
  margin-top: 1.5rem!important;
}

.me-0 {
  margin-right: 0!important;
}

.me-3 {
  margin-right: 1rem!important;
}

.me-5 {
  margin-right: 3rem!important;
}

.me-auto {
  margin-right: auto!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-3 {
  margin-bottom: 1rem!important;
}

.mb-5 {
  margin-bottom: 3rem!important;
}

@media (min-width: 768px) {
  .me-md-10 {
    margin-right: 10.5rem !important;
  }
}

