:root,
[data-bs-theme="light"],
[data-bs-theme="dark"],
body,
html {
  --bs-primary: #c7691a !important;
  --bs-primary-rgb: 199, 105, 26 !important;
  --bs-link-color: #c7691a !important;
  --bs-link-hover-color: #9f5415 !important;
  --bs-primary-text-emphasis: #5f320d !important;
  --bs-primary-bg-subtle: #f6dbba !important;
  --bs-primary-border-subtle: #efc294 !important;
}

.text-primary,
.link-primary,
a,
a:focus,
a:hover,
.page-link,
.nav-link.active {
  color: #c7691a !important;
}

.bg-primary,
.badge.bg-primary,
.progress-bar,
.btn-primary,
.pagination .active > .page-link,
.pagination .page-link.active,
.list-group-item.active,
.nav-pills .nav-link.active,
.alert-primary,
.text-bg-primary {
  background-color: #c7691a !important;
  border-color: #c7691a !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.show > .btn-primary.dropdown-toggle {
  background-color: #9f5415 !important;
  border-color: #9f5415 !important;
  color: #fff !important;
}

.btn-outline-primary,
.border-primary,
.form-check-input:checked,
.pagination .page-link,
.page-link {
  border-color: #c7691a !important;
}

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.active {
  color: #c7691a !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary.active {
  background-color: #f6dbba !important;
  border-color: #c7691a !important;
}

.form-control:focus,
.form-select:focus,
.btn:focus,
.btn:focus-visible,
.page-link:focus,
.form-check-input:focus {
  border-color: #c7691a !important;
  box-shadow: 0 0 0 0.25rem rgba(199, 105, 26, 0.25) !important;
}
