/*
 * Bootstrap 5.3 is themed by overriding its CSS custom properties rather than by
 * restyling components. Nothing here adds a rule of its own: every value below is
 * a variable Bootstrap already reads.
 */
:root {
  --bs-primary: #34495e;
  --bs-primary-rgb: 52, 73, 94;
  --bs-link-color-rgb: 2, 137, 196;
  --bs-link-hover-color-rgb: 1, 106, 152;
  --bs-border-color: #c2c2c2;
  --bs-border-radius: 0.25rem;

  /* nav-pills compiles its active background rather than reading --bs-primary. */
  --bs-nav-pills-link-active-bg: #34495e;
}

.btn-primary {
  --bs-btn-bg: #34495e;
  --bs-btn-border-color: #34495e;
  --bs-btn-hover-bg: #2c3e50;
  --bs-btn-hover-border-color: #2c3e50;
  --bs-btn-active-bg: #253443;
  --bs-btn-active-border-color: #253443;
  --bs-btn-disabled-bg: #34495e;
  --bs-btn-disabled-border-color: #34495e;
}
