

/* ------ Cursor ------ */
body:has([data-cursor]:hover) .cursor { 
  opacity: 1; 
}

.button:hover .button-bg{
  transform: scale(0.95);
}