:root,
[data-bs-theme="light"] {
  --phoenix-primary: #028d78;
  --phoenix-primary-rgb: 2, 141, 120;
  --phoenix-primary-text-emphasis: #016b5b;
  --phoenix-primary-bg-subtle: #e6f4f1;
  --phoenix-primary-border-subtle: #8ecfc5;

  --phoenix-secondary: #3a4d55;
  --phoenix-secondary-rgb: 58, 77, 85;
  --phoenix-secondary-text-emphasis: #2b3a41;
  --phoenix-secondary-bg-subtle: #edf1f3;
  --phoenix-secondary-border-subtle: #b8c3c8;

  --phoenix-body-color: #3a4d55;
  --phoenix-body-bg: #d7d6d4;
  --phoenix-body-bg-rgb: 215, 214, 212;
  --phoenix-emphasis-bg: #c2c1be;
  --phoenix-emphasis-bg-rgb: 194, 193, 190;
  --phoenix-body-highlight-bg: #bdc0bf;
  --phoenix-body-highlight-bg-rgb: 189, 192, 191;
  --phoenix-border-color: #b5b6b5;
  --phoenix-border-color-rgb: 181, 182, 181;
  --phoenix-secondary-bg: #c2c1be;
  --phoenix-secondary-bg-rgb: 194, 193, 190;

  --phoenix-navbar-top-bg-color: var(--phoenix-secondary-bg);
  --phoenix-navbar-top-link-color: #3a4d55;
  --phoenix-navbar-top-link-active-color: #028d78;
  --phoenix-logo-text: #3a4d55;
  --phoenix-navbar-vertical-bg-color: #3a4d55;
  --phoenix-navbar-vertical-link-color: #d7d6d4;
  --phoenix-navbar-vertical-link-hover-color: #ffffff;
  --phoenix-navbar-vertical-link-hover-bg: rgba(2, 141, 120, 0.25);
  --phoenix-navbar-vertical-link-active-color: #ffffff;
}

[data-bs-theme="dark"] {
  --phoenix-primary: #45b4a2;
  --phoenix-primary-rgb: 69, 180, 162;
  --phoenix-secondary: #3a4d55;
  --phoenix-secondary-rgb: 58, 77, 85;
}

.btn-primary,
.tox .tox-dialog__footer .tox-button:last-child,
.tox .tox-button {
  --phoenix-btn-bg: var(--phoenix-primary) !important;
  --phoenix-btn-border-color: var(--phoenix-primary) !important;
  --phoenix-btn-hover-bg: #016b5b !important;
  --phoenix-btn-hover-border-color: #016b5b !important;
  --phoenix-btn-active-bg: #015247 !important;
  --phoenix-btn-active-border-color: #015247 !important;
}

.btn-secondary {
  --phoenix-btn-bg: var(--phoenix-secondary) !important;
  --phoenix-btn-border-color: var(--phoenix-secondary) !important;
  --phoenix-btn-hover-bg: #2b3a41 !important;
  --phoenix-btn-hover-border-color: #2b3a41 !important;
}

.text-primary {
  color: var(--phoenix-primary) !important;
}

.text-secondary {
  color: var(--phoenix-secondary) !important;
}

.bg-primary {
  background-color: var(--phoenix-primary) !important;
}

.bg-secondary {
  background-color: var(--phoenix-secondary) !important;
}

.navbar-top .logo-text,
.navbar-top .navbar-brand,
.navbar-top .nav-link,
.navbar-top .search-box-icon {
  color: var(--phoenix-navbar-top-link-color) !important;
}

.navbar-top .search-input {
  color: var(--phoenix-navbar-top-link-color) !important;
  background-color: rgba(58, 77, 85, 0.08) !important;
  border-color: rgba(58, 77, 85, 0.2) !important;
}

.navbar-top .search-input::placeholder {
  color: rgba(58, 77, 85, 0.7) !important;
}

.navbar-top .logo-text .brand-kps {
  font-weight: 700;
}

.navbar-top .logo-text .brand-australia {
  font-size: 0.5em;
  text-transform: uppercase;
}
