*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#root {
  min-height: 100vh;
}

/* Reset agresivo para que el dashboard maneje todo */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

p {
  margin: 0;
}

button {
  cursor: pointer;
}

input, button {
  font-family: inherit;
}
