*{padding: 0;margin: 0;border: none;outline: none;box-sizing: border-box;}
li{list-style: none;}
a{text-decoration: none;}
img{max-width: 100%;}
::selection {background: #000;color: #fff;}
::-moz-selection {background: #000;color: #fff;}

input:focus, button:focus, textarea:focus, select:focus{outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
input,textarea,button,select,a,label {-webkit-tap-highlight-color: rgba(0,0,0,0);}

html.hold{overflow: hidden;}
/* *{
    cursor: none !important;
}

#cursor {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
    mix-blend-mode: difference;
}

@media (hover: hover) and (pointer: fine) {
    .cursor__circle {
        width: 10px;
        height: 10px;
        margin-top: -50%;
        margin-left: -50%;
        border-radius: 50%;
        transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
        background: #ddd
    }

    #cursor.hover .cursor__circle {
        width: 80px;
        height: 80px;
    }
} */
