

html, body {
  margin: 0;
  padding: 0;
  background-color: #000;
  overflow-x: hidden;
}

button, input, select, textarea {
  font-family: inherit;
}

button {
  font-family: 'Format-SemiBold', sans-serif;
}

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

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 0;
}

::-webkit-scrollbar-button {
  display: none;
}

::selection {
  background-color: #16ffda;
  color: #000000;
}

::-moz-selection {
  background-color: #16ffda;
  color: #000000;
}

@font-face {
  font-family: 'Format-Variable';
  src: url('/TYPEFACE/Format-Variable.ttf') format('truetype');
  font-weight: 1 999;
  font-style: normal;
}

@font-face {
  font-family: 'Format-SemiBold';
  src: url('/TYPEFACE/Format-SemiBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}