@charset "UTF-8";
:root, [data-bs-theme="light"] {
  --cassiopeia-color-primary: #003b95;
}

.btn-primary {
  background-color: #006ce4;
  border-color: #006ce4;
}

.btn-primary:hover {
  background-color: #0057b8;
  border-color: #0057b8;
}

.container-header {
  background-image: none;
}

.card-header {
  background: none;
  border: none;
}