/*
 * Certifydoc – Dark Mode Early Bootstrap CSS
 * Minimal paint-saver: ensures a dark background if the class is present.
 * Keep this file tiny and load it *before* jQM to influence first paint.
 */
html.cd-prefers-dark,
html.cd-prefers-dark body {
  background: #111;
  color: #eee; /* harmless base color; jQM will restyle widgets later */
}
