/* Contato: botão "Chamar no whatsapp agora ?" */
#E8G1UOfWA {
  padding: 12px 28px !important;
  height: auto !important;
  min-height: 48px !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

/* Tipografia: suave, legível, um pouco maior */
#root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#root p,
#root h2,
#root h3,
#root h4,
#root li {
  letter-spacing: 0.015em !important;
  line-height: 1.65 !important;
}

#root .MuiButton-root {
  letter-spacing: 0.02em !important;
  font-weight: 400 !important;
}

#root .MuiAppBar-root .MuiButton-root {
  letter-spacing: 0.04em !important;
  font-weight: 400 !important;
}

@media (max-width: 576px) {
  #root [style*="font-size: 40px"],
  #root [style*="font-size:40px"] {
    font-size: 30px !important;
    line-height: 1.35 !important;
  }

  #root [style*="font-size: 27px"],
  #root [style*="font-size:27px"] {
    font-size: 22px !important;
    line-height: 1.4 !important;
  }
}
