@import "normalize";
@import "theme";
@import "scrollbar";
@import "form";

* {
  font-family: $font-family;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

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

ol, ul {
  list-style: none;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
textarea {
  outline: none;
}

svg {
  overflow: hidden;
}
