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

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.5;
  overflow: overlay;
}

/*# sourceMappingURL=defaults.css.map */
