/* gardening.ndexr.io — dark theme, ndxr palette */
:root {
  --bs-primary:              #6a96c4;
  --bs-primary-rgb:          106, 150, 196;
  --bs-body-bg:              #0f1220;
  --bs-secondary-bg:         #1c1f2b;
  --bs-tertiary-bg:          #252838;
  --bs-body-color:           #f3eee4;
  --bs-emphasis-color:       #f3eee4;
  --bs-secondary-color:      #8a90a2;
  --bs-tertiary-color:       #8a90a2;
  --bs-border-color:         #2a2d3a;
  --ndx-ok:                  #22c55e;
  --ndx-warn:                #f59e0b;
  --ndx-error:               #ef4444;
}
