/* slurm.ndexr.io — generated from config.json brand.palette.
   Brand primary applies in both themes; the dark surfaces are scoped to
   [data-bs-theme="dark"] so a light-mode toggle falls through to the shared
   light theme (home.css _light.scss) instead of being forced dark. */
:root {
  --bs-primary:                  #6a96c4;
  --bs-primary-rgb:              106, 150, 196;
}
[data-bs-theme="dark"] {
  --bs-body-bg:                  #0f1220;
  --bs-secondary-bg:             #1c1f2b;
  --bs-tertiary-bg:              #1c1f2b;
  --bs-body-color:               #f3eee4;
  --bs-emphasis-color:           #f3eee4;
  --bs-secondary-color:          #8a90a2;
  --bs-tertiary-color:           #8a90a2;
  --bs-border-color:             #1c1f2b;
}

/* inline code — matches the HPC suite pages (theme-aware via var()) */
code {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .1);
  padding: .05rem .3rem;
  border-radius: 3px;
  font-size: .85em;
}
