:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html,
body {
  cursor: url("assets/iu-arrow-cursor.png") 0 0, auto;
}

.ss-cat-head-animation {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
  z-index: 2147483647;
}

.ss-cat-head-stage {
  display: block;
  width: 100%;
  height: 100%;
  cursor: url("assets/iu-arrow-cursor.png") 0 0, auto;
}

html:active,
body:active {
  cursor: url("assets/iu-hand-cursor.png") 21 0, pointer;
}
