/* Marverso PWA — brand/font fix v13 — 2026-09-07
   Garante a identidade tipográfica do logo depois das camadas antigas. */
.site-header .brand strong,
.brand#brandBtn strong{
  font-family:'Shrikhand',cursive!important;
  font-weight:400!important;
  font-style:normal!important;
  letter-spacing:.01em!important;
  line-height:1!important;
}
.site-header .brand{
  align-items:center;
}
.site-header .brand-star{
  line-height:1;
}

/* Desktop/tablet: o zoom de 130% foi criado para a experiência mobile.
   Em telas maiores, o iframe volta a 100% para manter a escala normal do site. */
@media (min-width:768px){
  body.live-site-open .site-view iframe{
    width:100vw!important;
    height:100dvh!important;
    transform:none!important;
    transform-origin:0 0!important;
  }
}
