@font-face {
  font-family: 'avenir';
  src: url("/assets/fonts/avenirMediumOblique .woff2") format('woff2'), url("/assets/fonts/avenirMediumOblique.woff") format('woff');
  font-style: oblique;
  font-weight: 500;
}
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;
}
.custom-countdown {
  width: 850px;
  margin: 0 auto;
}
.countdown {
  display: flex;
  justify-content: space-between;
  font-size: 110px;
  letter-spacing: -0.04em;
  font-weight: 500;
  font-style: oblique;
}
.countdown .days::after,
.countdown .hours::after,
.countdown .minutes::after,
.countdown .seconds-wrapper::after {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  float: right;
  width: 34px;
  height: 91px;
  margin: 15px 0 0 20px;
}
.countdown .seconds-wrapper {
  position: relative;
  width: 176px;
}
.countdown .seconds {
  display: none;
  position: absolute;
  opacity: 0;
  top: 0;
  -webkit-text-stroke: 1px #fff;
}
