*,
:after,
:before {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

:root {
  --scale: 1;
  --list-scale: 0.7;
  --offset: calc(64px * var(--scale));

  --circle-main-color: #0000ff;
  --circle-main-size: 30px;
  --gooey-color: #9900ff;
  --gooey-bubble-color: #ff4081;
}

@media (min-width: 1980px) {
  :root {
    --scale: var(--scale-factor);
  }
}

body,
html {
  font-kerning: none;
  overscroll-behavior: none;
}

html {
  font-family: Montserrat, sans-serif;
  min-height: 100%;
  scrollbar-width: none !important;
  font-size: 0.67vw;
}

body {
  -webkit-text-size-adjust: 100%;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 1.6rem;
  width: 100%;
}

.no-scroll {
  overflow: hidden;
  pointer-events: none;
}

html ::-webkit-scrollbar {
  background: transparent;
  width: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

#detach-button-host {
  display: none;
}