* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

nimble-app {
  display: grid;
  height: 100vh;
  width: 100%;

  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  overflow: hidden;
}

nimble-app > app-container,
nimble-app > app-container > * {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
