@font-face {
  font-family: "NotoSansHK";
  src: url("../font/NotoSansHK-Regular.otf");
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: NotoSansHK;
}
:root {
    overflow-y: auto;
    overflow-x: hidden;
}
:root body {
    position: absolute;
}
body {
    width: 100vw;
    overflow: hidden;
}
.zone {
    min-width: 1024px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .zone {
        min-width: 768px;
    }
}
@media screen and (max-width: 768px) {
    .zone {
        min-width: 375px;
    }
}
