@charset "utf-8";

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  position: relative;
}

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

body ::selection {
  color: #000;
  text-shadow: none;
}

body ::-moz-selection {
  color: #000;
  text-shadow: none;
}

a {
  transition: all 0.6s;
  text-decoration: none;
}

:active,
:focus,
:hover {
  outline: 0 !important;
}

::-webkit-scrollbar {
  width: 0;
  height: 12px;
  background-color: transparent;
}
button {
  border: none;
  border: none;
}

input {
  outline: 0;
  text-indent: 0.5em;
}

p {
  margin: 0;
}