@font-face {
  font-family: 'Figtree-Regular';
  src: url("https://id-kk-web.oss-ap-southeast-5.aliyuncs.com/front_static/fonts/Figtree-Regular.woff2") format("woff2"), url("https://id-kk-web.oss-ap-southeast-5.aliyuncs.com/front_static/fonts/Figtree-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Figtree-Bold';
  src: url("https://id-kk-web.oss-ap-southeast-5.aliyuncs.com/front_static/fonts/Figtree-Bold.woff2") format("woff2"), url("https://id-kk-web.oss-ap-southeast-5.aliyuncs.com/front_static/fonts/Figtree-Bold.woff") format("woff");
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  font-weight: normal;
}
html {
  height: 100%;
  width: 100%;
  border: solid 0px #ccc;
}
body {
  height: 100%;
  width: 100%;
  border: solid 0px #999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Figtree-Regular';
  color: #222222;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
input {
  -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 0;
}
#frame {
  height: 100%;
  width: 100%;
  border: solid 0px #666;
  overflow-y: scroll;
}
