*{
  box-sizing:border-box;
}

html,
body{
  width:100%;
  height:100%;
  margin:0;
  overflow:hidden;
  touch-action:none;
  user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  font-family:
    Inter,
    "Segoe UI",
    Arial,
    sans-serif;
  background:#102133;
}

button{
  font:inherit;
}

#app{
  width:100vw;
  height:100dvh;
  overflow:hidden;
}
