a {
  text-decoration: none;
}

.textAnimationClass {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.textAnimationClassNav {
  position: relative;
  display: flex;
  justify-content: center;
}

.textAnimationClassContainer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hidden {
  opacity: 0;
}

.absolute {
  position: absolute;
}

/* Fonts */
@font-face {
  font-family: NeueHaasNormal;
  src: url("./fonts/NeueHaasDisplayMedium.ttf");
}
@font-face {
  font-family: OpenSauceOneLight;
  src: url("./fonts/OpenSauceOne-Light.ttf");
}
@font-face {
  font-family: OpenSauceOneMedium;
  src: url("./fonts/OpenSauceOne-Medium.ttf");
}
/* No Select */
.noselect,
img {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.invisible {
  opacity: 0 !important;
  pointer-events: none !important;
}

input,
textarea,
button,
select,
a,
svg,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::-moz-selection {
  color: #0080F7;
  background-color: #fcfcfc;
  text-shadow: none;
}

*::selection {
  color: #0080F7;
  background-color: #fcfcfc;
  text-shadow: none;
}

/* width */
::-webkit-scrollbar {
  width: 0;
  -webkit-user-select: auto;
          user-select: auto;
}

/* Track */
/* Handle */
/* Defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  /* cursor: none; */
  font-family: OpenSauceOneLight;
}

body {
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  font-size: 10px;
  -webkit-overflow-scrolling: touch;
}

.webgl {
  position: fixed;
  top: 0;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}

.mobileTexture {
  opacity: 0;
  pointer-events: none;
}

main {
  position: relative;
  z-index: 1;
}

.loadingSection {
  width: 100vw;
  height: 100vh;
  position: fixed;
  pointer-events: none;
  background-color: #fcfcfc;
  z-index: 100;
}

.testSection {
  position: relative;
  width: 100vw;
  height: 100vh;
  border: 1px solid red;
  padding-block: 4rem;
  padding-inline: 4rem;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: bold;
}

.concept {
  width: 20%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 5px;
  }
}/*# sourceMappingURL=index.css.map */