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

html, body {
    overscroll-behavior: none;
}

@media (max-width: 767px) {
    input,
    textarea,
    select {
        font-size: 16px !important;
    }
}
