/* ======================================== */
/* TEMA ESCURO/CLARO */
/* ======================================== */

body.dark {
  background: #1a1a2e;
  color: #eee;
}

body.dark .navbar {
  background: #0f3460 !important;
}

body.dark .card {
  background: #0f3460;
  color: #eee;
}

body.dark .bg-white {
  background: #16213e !important;
}

body.dark .text-muted {
  color: #aaa !important;
}

.theme-switcher {
  cursor: pointer;
}
