/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 15 2025 | 19:00:14 */
body{
	cursor: url(https://nueorix.com/wp-content/uploads/2025/06/custom-cursor-1.svg), pointer;
	::selection {
  color: #222222;
  background: #3ddd5f;
}
	
}

a:hover {
    cursor: url(https://nueorix.com/wp-content/uploads/2025/06/custom-cursor-1.svg) , pointer; /* Re-specify cursor with hotspot for scaling */
    transition: transform 0.2s ease-in-out;
}

