.site-logo-art{
  display:block;
  width:120px;
  height:34px;
  flex:0 0 auto;
}
.site-logo-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
  background:transparent;
  pointer-events:none;
  user-select:none;
}
.site-logo-dark{display:none}
body.dark .site-logo-light{display:none}
body.dark .site-logo-dark{display:block}

.top-nav .site-logo-art{width:126px;height:36px}
.editor-toolbar .site-logo-art{width:108px;height:30px}
.home-footer .site-logo-art{width:112px;height:32px}

@media(max-width:720px){
  .top-nav .site-logo-art{width:108px;height:31px}
}
