/* Variable.scss */
/* Reset.css */
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: block;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

img {
  vertical-align: top;
}
/*# sourceMappingURL=reset.css.map */