.elementor-139 .elementor-element.elementor-element-2c54f63{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-859247e */:root{
  /* fundo off-white */
  --offwhite: #f4f1e8;

  /* carvão (charcoal) — elegante e não preto puro */
  --charcoal: #2b2b2b;
}

body,
#rootSection{
  background: var(--offwhite) !important;
}

/* FORÇA todos os traços da raiz */
#rootSvg path,
#rootSvg line,
#rootSvg polyline,
#rootSvg polygon{
  fill: none !important;
  stroke: var(--charcoal) !important;
  stroke-width: inherit;
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}/* End custom CSS */