#header-outer {
z-index: 9998!important;
}
a,
body {
cursor: none!important; 
}
#cursor-cont {
z-index: 9999!important;
position: absolute;
mix-blend-mode: difference!important;
}
#cursor {
position: fixed;
top: -12px;
left: -12px;
width: 24px;
height: 24px;
content: url(https://aureacocinas.es/wp-content/uploads/2024/12/a-cursor.svg); pointer-events: none;
z-index: 999;
}
#cursor-border {
--size: 50px;
position: fixed;
top: calc(var(--size) / -2);
left: calc(var(--size) / -2);
width: var(--size);
height: var(--size);
background-color: rgb(234 234 230 / 5%);
border-radius: 50%;
box-shadow: 0 0 0 1px #fff;
pointer-events: none;
transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
height 0.15s ease-out, background-color 0.15s ease-out;
z-index: 999;
}