/* bioharmonyfs brand (calm sage + warm cream)
   Source palette from spur-client-bioharmonyfs admin theme:
   accent: #6e8b57 (sage green)
   accent-hover: #88a26f
   bg: #f6f4ee  (warm cream)
   text: #2a2a2a
*/
:root {
  --color-link:                  #6e8b57 !important;
  --color-link-hover:            #88a26f !important;
  --color-btn-action-bg:         #6e8b57 !important;
  --color-btn-action-hover-bg:   #88a26f !important;
  --color-btn-primary-bg:        #6e8b57 !important;
  --color-btn-primary-hover-bg:  #88a26f !important;
  --color-toolbar-button-selected: #6e8b57 !important;
  --color-list-selected-bg:      #eef0e6 !important;
  --color-list-selected:         #2a2a2a !important;
}
html.dark-mode body, html.dark-mode {
  background: #1c211a !important;
  color: #ecede8 !important;
}
.btn-primary, .button.primary {
  background: #6e8b57 !important;
  border-color: #6e8b57 !important;
}
.btn-primary:hover, .button.primary:hover {
  background: #88a26f !important;
  border-color: #88a26f !important;
}
a, a:visited { color: #6e8b57; }
a:hover { color: #88a26f; }
.login-form .btn-primary { background: #6e8b57 !important; }
#logo, .login-header h1::before {
  content: 'bioharmony.fs ';
  color: #6e8b57;
  font-weight: 700;
}
