/* NOTE: this "static" file is not hot-reloaded by development server and may require a cache purge on clients that can be painful on iOS devices. Thus, putting global styles in svelte files (e.g. index.svelte) is preferable. */
html,
body {
  /* fix truncation of elements such as console, and avoid weird zoom/scroll effects on iOS */
  height: 100% !important;

  /* prevent font scaling in landscape in ios safari */
  -webkit-text-size-adjust: 100%;
}
body {
  color: #ddd;
  background: black;
  margin: 0; /* eliminate default margins around body */
  /* limit zoom gestures, see https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action */
  touch-action: manipulation;
}
