/* Minimal document normalization for native React routes. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
#react-root {
  margin: 0;
  min-height: 100%;
  width: 100%;
}
