/* ARCHIV — anti-FOUC : thème sombre uniquement (cabinet d’archive minéral) */
html {
  color-scheme: dark;
}

html,
html[data-theme="dark"],
html body,
html[data-theme="dark"] body {
  background-color: #2f3a34;
  color: #ece8de;
}

html .navbar-bg,
html[data-theme="dark"] .navbar-bg {
  background-color: #454c48 !important;
  border-bottom-color: #5a625c !important;
}
