/* Loaded before Unity creates its browser keyboard. Keep text controls readable
   at focus time; setting a font on their parent does not override the UA input font. */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
input:not([type=hidden]):not([type=button]):not([type=submit]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=file]):not([type=image]),
textarea,select,[contenteditable]:not([contenteditable=false]){
 font-family:inherit;
 font-size:max(16px,1em)!important;
 line-height:1.4;
 touch-action:manipulation;
}

button,a,[role=button]{touch-action:manipulation}
