@font-face {
  font-family: Wix Madefor Regular;
  src: url(/static/font/WixMadeforDisplay-Regular.4792618a.woff2) format("woff2");
}

@font-face {
  font-family: Wix Madefor Bold;
  src: url(/static/font/WixMadeforDisplay-Bold.47309575.woff2) format("woff2");
}

@font-face {
  font-family: New Rocker;
  src: url(/static/font/NewRocker-Regular.92365475.woff2) format("woff2");
}

@font-face {
  font-family: Tovari Sans;
  src: url(/static/font/tovari-sans.62942334.woff2) format("woff2");
}

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

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  background-color: #2a2b3d;
  font-family: Wix Madefor Display, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

#root {
  width: 100vw;
  height: 100vh;
  z-index: 1;
  width: 100dvw;
  height: 100dvh;
  position: relative;
}

.gs-dev-tools {
  z-index: 1;
}

@media (max-width: 768px) {
  html, body {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  html, body {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  html, body {
    font-size: 18px;
  }
}

.lil-gui.root > .title {
  background: none !important;
}

.lil-gui.root.closed {
  background: #00000012 !important;
}

