.q-scrollarea__thumb {
  background: #0082FF;
  border-radius: 3px;
  opacity: 0.2;
}

/* TODO try to specify style the same as above
::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: transparent;
  overflow: visible;
}

::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: $primary;
  border-radius: 3px;
  -webkit-transition: background-color .28s ease-in-out;
  transition: background-color .28s ease-in-out;
  opacity: .2;
}

::-webkit-scrollbar-thumb:hover {
  background: $primary
}*/
a {
  color: #FF735F;
  cursor: pointer;
}

a {
  color: #0082FF;
  cursor: pointer;
}

@font-face {
  font-family: switzer-light;
  src: url(../fonts/Switzer-Light.1830d47b.woff);
}
