/* Reset e overflow para remover scroll global */
html, body, #root {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f7fafd;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #2d3540;
}
