:root{--display-font:'Manrope',sans-serif}

/* Tipografia de destaque da vitrine pública */
.hero h1,
.section h2,
.promo h2,
.impact h2,
.event-main h3,
.event-mini h3,
.event-photo-placeholder strong,
.developer h2,
.store-video-frame b,
.promo-number strong,
.modal h2,
.cart-title h2{
  font-family:var(--display-font)!important;
  font-weight:800;
  font-style:normal;
}

.hero h1{letter-spacing:-4px}
.section h2,.promo h2,.impact h2{letter-spacing:normal}
.event-main h3,.event-mini h3,.developer h2,.modal h2{letter-spacing:normal}

@media(max-width:700px){
  .hero h1{letter-spacing:-2px}
  .section h2,.promo h2,.impact h2{letter-spacing:normal}
}
