h1, h2, h3, h4, h4, h5, h6, p, span, a, ul, li
{
	font-family: 'Oxygen', sans-serif;
}

/* width */
ul::-webkit-scrollbar {
  width: 2px;
}

/* Track */
ul::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
ul::-webkit-scrollbar-thumb {
  background-color: #00cc44;
}

/* Handle on hover */
ul::-webkit-scrollbar-thumb:hover {
  background: #004d26;
}
