.faecircle {
  position: fixed;
  pointer-events: none;
  width: 30px;
  height: 30px;
  border: 2px solid #5f5959;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 9998;
  transition: transform 0.1s ease-out;
  will-change: transform;
  left: 0;
  top: 0;
}

/* Duplicate trailing circle */
.faeduplicate {
  position: fixed;
  pointer-events: none;
  width: 30px;
  height: 30px;
  border: 2px solid #000000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  will-change: transform;
  left: 0;
  top: 0;
}
