/**
 * @file
 * Styling for increased font size on touchable devices.
 */

html.touchevents {
  font-size: 16px;
}

html.touchevents > body {
  font-size: 16px;
}
