.custom-cursor {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  cursor: none;
  color: #fff;
  font-family: Faktum-Regular, sans-serif;
  line-height: 1.2;
  box-sizing: border-box;
  margin: 0;
  transition: 0.3s cubic-bezier(0, 0.58, 0.24, 1);
  opacity: 1;
}

.circle-cursor.circle-cursor--inner {
  width: 4px;
  height: 4px;
  left: -2px;
  top: -2px;
  z-index: 10;
  background: #fff;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
}

.circle-cursor.circle-cursor--outer {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  cursor: none;
  color: #fff;
  font-family: Faktum-Regular, sans-serif;
  line-height: 1.2;
  box-sizing: border-box;
  margin: 0;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 12;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition-duration: 65ms;
  transition-timing-function: ease-out;
  position: fixed;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  opacity: 0.2;
  height: 30px;
  width: 30px;
}
