/* stylelint-disable scss/at-import-no-partial-leading-underscore */
/* stylelint-disable-next-line number-max-precision */
.navigation-page {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  font-family: "Fira Sans", -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Helvetica Neue", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.navigation-page .navigation-title-bar {
  display: flex;
}
.navigation-page .navigation-title-bar .navigation-title {
  font-weight: 500;
  flex-grow: 1;
  text-align: center;
  padding-top: 0.6em;
}
.navigation-page .navigation-content {
  background-color: transparent;
  overflow: hidden;
  flex-grow: 1;
  position: relative;
}

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