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

@media (hover: none) and (pointer: coarse) {
    input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]),
    select,
    textarea {
        font-size: max(16px, 100%) !important;
    }

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