/* General Styles */
.disable-dbl-tap-zoom {
  touch-action: manipulation;
}
body {
  touch-action: manipulation;
}