address,
article,
aside,
audio,
blockquote,
body,
canvas,
caption,
code,
dd,
div,
dl,
dt,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
label,
li,
mark,
menu,
nav,
ol,
output,
p,
pre,
ruby,
section,
summary,
table,
tbody,
td,
textarea,
th,
time,
tr,
ul,
video,
figure {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  -webkit-overflow-scrolling: touch;
  letter-spacing: 0;
  background: #fff;
  font-family: "Suisse", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 1.6rem;
}

a {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}

a:active,
a:hover,
a:link,
a:visited {
  text-decoration: underline;
}

li,
ol,
ul {
  list-style-type: none;
}

button {
  font-family: "Suisse", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

input[type=button],
input[type=submit],
input[type=text],
select,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

[class*=icon] {
  display: inline-block;
}

h1 {
  font-weight: inherit;
}

h2 {
  font-weight: inherit;
}

h3 {
  font-weight: inherit;
}

h4 {
  font-weight: inherit;
}

h5 {
  font-weight: inherit;
}

h6 {
  font-weight: inherit;
}

input,
select,
textarea {
  font-size: 1.6rem;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}

select {
  appearance: none;
}