@font-face {
  src: "../fonts/NotoSansTC-Regular.otf";
  font-family: "notoSansTC";
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

body, html {
  font-family: notoSansTC, sans-serif;
  width: 100%;
  color: #333;
}

h1, h2, h3, h4, h5, h6, p {
  letter-spacing: 0.2rem;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

p {
  line-height: 2.5;
}

li {
  line-height: 1.5;
  padding-bottom: 10px;
}

.font-bolder {
  font-weight: 300;
}

.font-bold {
  font-weight: 600;
}

.main-color {
  color: #2b7f55;
}

.click-button:hover {
  cursor: pointer;
}

ul {
  padding-left: 20px;
}

/*# sourceMappingURL=global.css.map */
