.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #B21F19;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease;
}

.cursor-ring {
  width: 36px;
  height: 36px;
  border: 2px solid #B21F19;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease;
}
