/* =========================
   FSApp Base
   ========================= */

#strata-app {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  font-weight: 100;
  font-size: 0.9rem;
}

#strata-app *,
#strata-app *::before,
#strata-app *::after {
  box-sizing: border-box;
}

#strata-app a {
  color: inherit;
  text-decoration: none;
}

#strata-app button,
#strata-app input,
#strata-app textarea {
  font: inherit;
}

#strata-app button {
  cursor: pointer;
}