@import url("./tokens.css");
@import url("./stylesheet.css");
* {
  box-sizing: border-box;
}

html, body {
  touch-action: manipulation;
  overscroll-behavior: none;
}

body {
  font-family: "Silkscreen", sans-serif;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

h1 {
  font-family: "Silkscreen", sans-serif;
  font-size: 32px;
}

h2 {
  font-family: "Silkscreen", sans-serif;
  font-size: 24px;
}

h3 {
  font-family: "Silkscreen", sans-serif;
  font-size: 20px;
}

h4 {
  font-family: "Silkscreen", sans-serif;
  font-size: 18px;
}

.base {
  font-family: "Silkscreen", sans-serif;
  font-size: 16px;
}

#nipple_0_0 {
  display: none !important;
}/*# sourceMappingURL=global.css.map */