/* Kristine Chlo — custom cursor (desktop only). Rose arrow with ink outline; hot pink over links/buttons. */
@media (pointer:fine){
  html,body,a,button,input,textarea,label,[role=button]{
    cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24'><path d='M4 3l6.5 17 2.6-6.4 6.4-2.6z' fill='%23F4A3BE' stroke='%23161616' stroke-width='1.6' stroke-linejoin='round'/></svg>") 4 3, auto;
  }
  a,button,[role=button],label{
    cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24'><path d='M4 3l6.5 17 2.6-6.4 6.4-2.6z' fill='%23F26A9E' stroke='%23161616' stroke-width='1.6' stroke-linejoin='round'/></svg>") 4 3, pointer;
  }
}
