html {
  scrollbar-gutter: stable;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #000000;
  line-height: 1.25;
  background: #faf1e6;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
}
.main {
  min-height: 100vh;
}
* {
  box-sizing: border-box;
}
img,
video {
  vertical-align: top;
}

button {
  font-family: inherit;
}
