/* Citizen Journal shared brand styles — loaded by index.html, profile.html,
   confirm.html. The accent (#19a9ff) matches the newsletter template; change
   it here and every portal page follows. */

.btn-primary {
  --bs-btn-bg: #19a9ff;
  --bs-btn-border-color: #19a9ff;
  --bs-btn-hover-bg: #0f8fdd;
  --bs-btn-hover-border-color: #0f8fdd;
  --bs-btn-active-bg: #0d7fc6;
  --bs-btn-active-border-color: #0d7fc6;
  --bs-btn-disabled-bg: #19a9ff;
  --bs-btn-disabled-border-color: #19a9ff;
}

.cj-wordmark {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cj-wordmark .accent { color: #19a9ff; }
