/* Tipografia compartilhada — escala de referência da Central de Vendas. */
:root{
  --ew-font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  --ew-font-body:12px;
  --ew-font-small:11px;
  --ew-font-product:14px;
  --ew-font-h1:25px;
  --ew-font-h2:19px;
  --ew-font-h3:14px;
  --ew-font-metric:25px;
  --ew-line-body:1.65;
}

html,body{font-family:var(--ew-font-family)!important;font-size:var(--ew-font-body)!important}
body{line-height:var(--ew-line-body)}
button,input,select,textarea{font-family:inherit!important;font-size:var(--ew-font-body)!important}
body :is(p,li,dt,dd,label,td,summary){font-size:var(--ew-font-body)!important;line-height:var(--ew-line-body)}
body :is(small,.small,.muted,.meta,.sub,.eyebrow,.sale-account,.sale-location,.sale-variation,.small-count){font-size:var(--ew-font-small)!important}
h1,.title-row h1,.heading h1,.topbar h1,.q-empty h1,.q-panel h1{font-size:var(--ew-font-h1)!important;line-height:1.35}
h2,.panel h2,.section-intro h2,.post-empty h2,.q-panel h2,.q-card h2{font-size:var(--ew-font-h2)!important;line-height:1.4}
h3,.panel h3,.post-history h3,.template-card h3,.q-tips h2{font-size:var(--ew-font-h3)!important;line-height:1.45}
table{font-size:var(--ew-font-body)!important}
th{font-size:var(--ew-font-small)!important}
:is(.badge,.pill,.chip,.post-status,.q-status){font-size:var(--ew-font-small)!important}
:is(.product strong,.sale-product-heading,.post-heading b,.q-step b){font-size:var(--ew-font-product)!important}
:is(.metric strong,.stat strong,.card strong,.hero-card strong,.metric-card strong){font-size:var(--ew-font-metric)!important}
:is(.post-message,.q-question,.q-answer,.q-history,.q-panel p,.q-empty p,.heading p,.word-cloud span){font-size:var(--ew-font-body)!important}
footer{font-size:var(--ew-font-small)!important}

/* O menu segue a mesma escala, sem alterar o tamanho dos ícones. */
#ew-navigation{font-family:var(--ew-font-family)!important;font-size:var(--ew-font-body)!important}
#ew-navigation :is(.ew-menu-trigger,.ew-home>a,.ew-submenu a,.ew-current,#ew-logout,#ew-mobile-toggle,#ew-alert-content>a,#ew-alert-panel p){font-size:var(--ew-font-body)!important}
#ew-navigation #ew-account-select{font-size:var(--ew-font-small)!important}
#ew-navigation #ew-alert-panel h2{font-size:var(--ew-font-h3)!important}

@media(max-width:650px){
  h1,.title-row h1,.heading h1,.topbar h1,.q-empty h1,.q-panel h1{font-size:23px!important}
}

