:root, [data-bs-theme=light] {
  --bs-secondary: #0075ff;
  --bs-secondary-rgb: 0,117,255;
  --bs-secondary-text-emphasis: #002F66;
  --bs-secondary-bg-subtle: #CCE3FF;
  --bs-secondary-border-subtle: #99C8FF;
  --bs-body-font-family: Rubik, sans-serif;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #0075ff;
  --bs-btn-border-color: #0075ff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #268AFF;
  --bs-btn-hover-border-color: #1983FF;
  --bs-btn-focus-shadow-rgb: 0,18,38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #3391FF;
  --bs-btn-active-border-color: #1983FF;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0075ff;
  --bs-btn-disabled-border-color: #0075ff;
}

.btn-outline-secondary {
  --bs-btn-color: #0075ff;
  --bs-btn-border-color: #0075ff;
  --bs-btn-focus-shadow-rgb: 0,117,255;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #0075ff;
  --bs-btn-hover-border-color: #0075ff;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #0075ff;
  --bs-btn-active-border-color: #0075ff;
  --bs-btn-disabled-color: #0075ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0075ff;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 992px) {
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
    padding: 3rem !important;
  }
}

