/* experimental/users/acmcarther/tactical-hud/frontend/src/style.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body,
#root {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0A0E17;
}
/*# sourceMappingURL=bundle.css.map */
