html {
    -webkit-text-size-adjust: 100%;
    overscroll-behavior: none;
}

body {
    -webkit-tap-highlight-color: transparent;
}

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

@media (max-width: 900px) {
    input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
    select,
    textarea {
        font-size: 16px !important;
    }
}

