html, body {
  height: 100%;
  overflow: hidden;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  color: #3e354f;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

code, pre {
  font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}

*, ::after, ::before {
  box-sizing: inherit;
}

article, aside, figure, footer, header, hgroup, section {
  display: block;
}

input[type="number"] {
  appearance: textfield;
}

input[type="number"]:focus, input[type="number"]:hover {
  appearance: auto;
}
