/* @import url('https://fonts.googleapis.com/css?family=Jura:700&display=swap&subset=latin-ext,vietnamese'); */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Jura Bold'), local('Jura-Bold'),
    url(/fonts/Jura-Bold.woff2) format('woff2'),
    url(/fonts/Jura-Bold.woff) format('woff'),
    url(/fonts/Jura-Bold.ttf) format('truetype');
}

@font-face {
  font-family: "Conthrax";
  src: url("/fonts/ConthraxSb-Regular.woff") format("woff"),
    url("/fonts/conthrax-sb.ttf") format("truetype");
}

html,
body {
  margin: 0px;
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  position: fixed;
  font-family: Quicksand;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
  all: unset;
}

.disable_select {
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}


.momentum_scroll {
  -webkit-overflow-scrolling: touch;
}

.background {
  background-color: black;
  width: 100%;
  height: 100%;
}
