body {
  margin: 0;
}

.title-bar {
  app-region: drag;
}

.window {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100dvh;
}

.window-body {
  flex: 1;
  overflow: hidden;
}

/*# sourceMappingURL=./constituent.css.map */