* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;  
  overflow: hidden;
  
  background: #010101;

  color: #afafaf;
  font-variant-numeric: tabular-nums;

  font-size: 16px;
}

i {
  font-style: normal;
}

main {
  font-size: 38px;
  overflow: auto;
}

ul {
  margin: 0;
  padding: 8px 16px;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;

  width: 100%;

  position: relative;
  overflow: auto;
}

.hidden {
  display: none;
}

small {
  font-size: 28px;
}
.hl {
  color: white;
}
.regular-weight {
  font-family: HelveticaNeue-Medium;
}
.thin {
  font-family: HelveticaNeue-Thin ;
}
