/* A bold dot becomes an open ring over interactive elements. */
@media (hover:hover) and (pointer:fine){
html,body,body *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Ccircle cx='14' cy='14' r='8' fill='%23111111' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E") 14 14,auto!important}
body a,body button,body [role="button"],body a *,body button *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Ccircle cx='16' cy='16' r='11' fill='none' stroke='white' stroke-width='5'/%3E%3Ccircle cx='16' cy='16' r='11' fill='none' stroke='%23111111' stroke-width='3'/%3E%3C/svg%3E") 16 16,pointer!important}
body input,body textarea,body [contenteditable="true"]{cursor:text!important}
}
