/* 
Theme Name: Rina
Author: Rina
Template: hello-elementor
Version: 2.0.0

/* Add your custom styles here */

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: white;   
  mix-blend-mode: difference!important;  
  pointer-events: none; 
}

