/* ARCHIV — anti-FOUC : acier bleuté */
html {
  color-scheme: dark;
}

html,
html[data-theme="dark"],
html body,
html[data-theme="dark"] body {
  background-color: #1a232b;
  color: #cdd5dc;
}

html .navbar-bg,
html[data-theme="dark"] .navbar-bg {
  background-color: #2d3944 !important;
  border-bottom-color: #4a5864 !important;
}

html[data-theme="light"],
html[data-theme="light"] body {
  background-color: #e4e9ee;
  color: #2a3640;
}

html[data-theme="light"] .navbar-bg {
  background-color: #f0f3f6 !important;
  border-bottom-color: #a8b4c0 !important;
}
