@import url('pages.css');
@media (pointer: fine) {
  body, a, button { cursor: none; }
  .cursor { width: 52px; height: 52px; border-radius: 50%; background: #fff; mix-blend-mode: difference; position: fixed; top: 0; left: 0; z-index: 99; pointer-events: none; will-change: transform; transition: width .38s cubic-bezier(.16,1,.3,1), height .38s cubic-bezier(.16,1,.3,1); }
  .cursor.is-active { width: 82px; height: 82px; }
}
