/* body {
    cursor: default;
}

.custom-cursor {
    position: fixed;
    width: 25px;
    height: 25px;
    background-color: #F58920;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: all 1s ease-in;
} */