@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Light.woff2") format("woff2"),
    url("../fonts/SpaceGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Space Grotesk";
  font-weight: 300;
  color: #fff !important;
}

.logo-img {
  mix-blend-mode: difference;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background: radial-gradient(
    circle at 50% 60%,
    #3a3a3a 0%,
    #1e1e1e 20%,
    #0f0f0f 50%,
    #000000 100%
  );

}

.noise-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1;
  background: transparent;
  filter: url(#noiseFilter);
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
background: linear-gradient(110deg, #000000 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #212020 76%, #000000 87%, #272727 100%);
  overflow: hidden;
  position: relative;
}

/* Pseudo-element for animated glow layer
body::before {
  content: "";

  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at right,
    #4d4d4d 0%,
    #1e1e1e 20%,
    #0f0f0f 50%,
    #000000 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 500%;
  animation: moveGradient 20s ease-in-out infinite;
  opacity: 1;
  z-index: -1;
}

@keyframes moveGradient {
  0% {
    background-position: right top;
  }
  50% {
    background-position: right bottom;
  }
  100% {
    background-position: right top;
  }
}
*/
.logo-img {
  position: relative;
  bottom: 0px;
  pointer-events: none;
}
@media (max-width: 639px) {
  .uk-padding-large {
    padding: 15px;
  }
}
