body, a, button, input, textarea, select {
    cursor: none !important;
}

.custom-cursor_e1896fb1 {
    width: 20px;
    height: 20px;
    border: 2px solid #6D7C6A;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
}

.custom-cursor_e1896fb1.hovering {
    background-color: rgba(109, 124, 106, 0.4);
    width: 30px;
    height: 30px;
}
