@font-face {
  font-family: 'Noto Sans TC';
  font-weight: 400;
  src: url("../fonts/NotoSansTC-Regular.otf");
}
@font-face {
  font-family: 'Noto Sans TC';
  font-weight: 700;
  src: url("../fonts/NotoSansTC-Bold.otf");
}
body {
  font-family: "Noto Sans TC", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;;
}
