/* Keep Quarto's paired light/dark navbar logos from rendering at natural image size. */
#quarto-header .navbar-brand-logo .navbar-logo {
  display: inline-block !important;
  width: auto !important;
  height: 1.75rem !important;
  max-height: 1.75rem !important;
  object-fit: contain;
}

#quarto-header .navbar-brand-logo .navbar-logo.dark-content {
  display: none !important;
}
