@font-face {
  font-family: "Cinzel";
  src: url("fonts/Cinzel.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans TC";
  src: url("fonts/NotoSansTC-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif TC";
  src: url("../fonts/NotoSerifTC.ttf") format("truetype");
  font-style: normal;
}

body {
  font-family: "Noto Serif TC";
  color: #333;
  letter-spacing: 1px;
  font-weight: 400;
}

li {
  display: flex;
  align-items: center;
}

a {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
