@font-face {
  font-family: 'Proxima Nova';
  src:  url(/assets/ProximaNova-Regular.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Proxima Nova', sans-serif;
  margin: 0;
}

input, button, select {
  font: inherit;
  background: inherit;
  outline: none;
}

button:focus {
  outline: none;
}


div, input, img, a {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button, iframe {
  padding: 0;
  border: 0;
}

label {
  display: block;
}

input[type='checkbox'] {
  height: 1em;
  width: 1em;
  margin-right: .6em;
  margin-top: .4em;
}

input {
  border: none;
}

select {
  margin: 0;
}

::-webkit-scrollbar {
    width:9px;
}

::-webkit-scrollbar-track {
    border-radius:5px;
    background:rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb {
    border-radius:5px;
    background:rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb:hover {
    background:rgba(0,0,0,0.4);
}

::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.05);
}
