html,
body {
  background-color: $bgColor;
  color: $textColor;
  line-height: 1.1;
  font-family: lato, arial, helvetica, sans-serif;
}
html {
  font-size: 62.5%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
body {
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q::before,
q::after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select,
button {
  box-sizing: border-box;
  font-size: inherit;
  font-smooth: always;
  font-weight: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: $textColor;
}
input[ type='checkbox'],
input[ type='radio'] {
  height: 13px;
  width: 13px;
}
a {
  color: $textColor;
}
a,
a:hover {
  text-decoration: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {
  outline: none;
  text-decoration: none;
}
html,
body,
.site-main {
  background: #000;
  min-width: 320px;
  width: 100%;
  font-size: 1.4rem;
}
