html {
  min-width: 230px;
}

body {
  min-width: 230px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: "Exo-Regular", sans-serif;
  color: #242424;
  background: url('../../../assets/images/init/main-bg.png') repeat;
  box-sizing: border-box;
}

.app-wrap {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
