@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap);
html,
body {
  margin: 0;
  padding: 0;

  min-width: 100%;
  width: 100%;
  max-width: 100%;

  min-height: 100%;
  height: 100%;
  max-height: 100%;
}

@font-face {
  font-family: 'Noto Sans';
  src: local('Noto Sans-SemiBold'), url(/static/assets/NotoSans-SemiBold.a75c33f6.ttf) format('truetype');
  font-weight: bold;
}

body,
* {
  font-family: 'Noto Sans', Arial, Sans-Serif;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #b0bbb1;
  border: 1px solid #b0bbb1;
}

* {
  touch-action: manipulation;
}

a {
  text-decoration: none;
  color: inherit;
}


/*# sourceMappingURL=bundle.fa6741fe09b165e41c0f.css.map*/