@import "import";

.rootLayout {
  position: relative;
  width: 100%;
  height: 100%;
  touch-action: none;

  * {
    -webkit-tap-highlight-color: transparent;
  }

  .main {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .sr_only {
    @include sr-only();
  }
}
