* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  cursor: url('images/default.png') 0 0, auto !important;
}

*:hover {
  cursor: url('images/hover.png') 0 0, pointer !important;
}

*:active {
  cursor: url('images/active.png') 0 0, pointer !important;
}

html, body {
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

#momonga-sticker-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

/* 불필요한 테두리/그림자/흰색 박스 완전 제거 */
.momonga-sticker {
  position: absolute;
  user-select: none;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  will-change: transform;
}