@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;700&display=swap");
html {
  font-size: 2.75vw !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  position: relative;
  width: 100%;
  margin: auto;
  background: #002a34;
  font-family: "Noto Serif TC", serif;
}
body.fix {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

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

.fullimg {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  html {
    font-size: 16.5px !important;
  }
}/*# sourceMappingURL=style-m.css.map */