/* Existing content of mouse-follow.css */
#freddy {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    pointer-events: none;
}

body {
    cursor: url('/images/cursor.png'), auto;
}

/* Content from hide-all-cursors.css */
body, button, textarea, input, select {
    cursor: url('/images/cursor.png') !important;
}
