html,
body {
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
}

a,
button,
input,
select,
textarea,
label,
[role="button"],
.cursor-pointer {
    touch-action: manipulation;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}
