*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-size: cover;
  background-color: #000;
  background-position: bottom center;
}

textarea {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

body,
input,
textarea {
  font-family: "Montserrat", "Chivo", "Arial", sans-serif;
}

canvas {
  z-index: 10;
}

.font-loader {
  position: absolute;
  pointer-events: none;
  user-select: none;
  text-indent: -9999px;
}

* {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  -webkit-touch-callout: none !important;
  -moz-touch-callout: none !important;
  -ms-touch-callout: none !important;
  touch-callout: none !important;
  -webkit-user-drag: none !important;
  -moz-user-drag: none !important;
  -o-user-drag: none !important;
  user-drag: none !important;
  -ms-content-zooming: none;
}

html,
body {
  overflow: hidden;
  position: relative;

  touch-callout: none;
  user-select: none;
}

html,
body {
  overflow: hidden;
  position: relative;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently */
}

*::-webkit-scrollbar {
  width: 0;
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(
    0,
    0,
    0,
    0
  ); /* WebKit tabanlı tarayıcılar için */
  -moz-tap-highlight-color: rgba(
    0,
    0,
    0,
    0
  ); /* Mozilla tabanlı tarayıcılar için */
}
