@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');

body,
html {
  height: 100%;
  font-size: 16px;
  background-color: #FFFFFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td,
button,
input,
select,
textarea {
  font-family: 'Noto Sans TC', '·L³n¥¿¶ÂÅé', sans-serif;
}
button.button-image {
  font-family: 'Noto Sans TC', '·L³n¥¿¶ÂÅé', sans-serif;
}

mark {
    background-color: yellow;
    color: black;
}