@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:var(--TC-body-regular-font-weight),var(--TC-h1-font-weight),var(--TC-h2-font-weight),var(--TC-body-medium-font-weight),var(--TC-h4-regular-font-weight),var(--TC-h5-regular-font-weight),var(--TC-h3-regular-font-weight),var(--TC-h5-medium-font-weight),var(--TC-body-bold-font-weight)");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
img {
  max-width: 100% !important;
}
.lb-image {
  max-width: none !important;
}