body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl, dd,
menu,
form, fieldset,
blockquote,
pre,
hr,
input, textarea, button, select {
  margin: 0;
}

ul, ol,
menu,
fieldset, legend, input, textarea, button,
caption, th, td,
blockquote,
dir,
address {
  padding: 0;
}

fieldset,
iframe,
img,
hr {
  border: none;
}

html {
  font-family: sans-serif;
  font-size: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  background-color: transparent;

  &:link {
  }
  &:visited {
  }
  &:hover {
  }
  &:active {
  }
}

menu,
ul,
ol {
  list-style: none;
}

pre,
code,
kbd,
samp,
var {
  font-family: monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
}

input,
textarea,
button,
select,
optgroup,
option {
  font-family: sans-serif;
  font-size: 1em;
}

input,
button,
select {
  overflow: visible;
  *zoom: 1;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

html {
  text-size-adjust: 100%;
  &.borderbox {
    *,
    *:before,
    *:after {
      box-sizing: border-box;
    }
  }

}

input,
textarea {
  border-radius: 0;
}

audio {
  &:not([controls]) {
    display: none;
    height: 0;
  }
}

svg {
  &:not(:root) {
    overflow: hidden;
  }
}

html, body {
  height: 100%;
  background-color: #f7f8fa;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --font-serif: Georgia,Times,serif;
}

a, button {
  outline: none;
}