/* Default cursor for the entire body */
body {
cursor: url('https://cdn.shopify.com/s/files/1/0869/3474/9468/files/cursor_fa2827e1-8ec7-4b6e-a6a5-20d399fb3a0c.png?v=1725898068') , auto !important;
}
/* Cursor on hover for links */
a:hover {
cursor: url('https://cdn.shopify.com/s/files/1/0869/3474/9468/files/hover_890100f4-2372-47b0-8d5f-18549bed7395.png?v=1725898069') , pointer !important;
}
/* Cursor on hover for buttons */
button:hover {
cursor: url('https://cdn.shopify.com/s/files/1/0869/3474/9468/files/hover_890100f4-2372-47b0-8d5f-18549bed7395.png?v=1725898069') , pointer !important;
}