.theme-dv {
  color: #36261C;
}
@font-face {
  font-family: 'Figtree-Regular';
  src: url("/wo/asset/Figtree-Regular-0a643ac0.woff2") format("woff2"), url("/wo/asset/Figtree-Regular-cbdfd684.woff") format("woff");
}
@font-face {
  font-family: 'Recoleta';
  src: url("https://cdn.kopikenangan.com/front_static/fonts/Recoleta-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: 'Figtree-Bold';
  src: url("/wo/asset/Figtree-Bold-01c8d3c9.woff2") format("woff2"), url("/wo/asset/Figtree-Bold-e741871c.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;
}
