/* Noto Sans TC */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src:  url("../fonts/noto-sans-tc/NotoSansTC-Regular.woff2") format("woff2"),
        url("../fonts/noto-sans-tc/NotoSansTC-Regular.woff") format("woff"),
        url("../fonts/noto-sans-tc/NotoSansTC-Regular.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src:  url("../fonts/noto-sans-tc/NotoSansTC-Medium.woff2") format("woff2"),
        url("../fonts/noto-sans-tc/NotoSansTC-Medium.woff") format("woff"),
        url("../fonts/noto-sans-tc/NotoSansTC-Medium.otf") format('opentype');
}

/* Inter */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src:  url("../fonts/inter/Inter-Light.woff2") format("woff2"),
        url("../fonts/inter/Inter-Light.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src:  url("../fonts/inter/Inter-Regular.woff2") format("woff2"),
        url("../fonts/inter/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src:  url("../fonts/inter/Inter-Medium.woff2") format("woff2"),
        url("../fonts/inter/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src:  url("../fonts/inter/Inter-Bold.woff2") format("woff2"),
        url("../fonts/inter/Inter-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src:  url("../fonts/inter/Inter-Black.woff2") format("woff2"),
        url("../fonts/inter/Inter-Black.woff") format("woff");
}

/* Noto Sans JP */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src:  url("../fonts/noto-sans-JP/NotoSansJP-Regular.woff2") format("woff2"),
        url("../fonts/noto-sans-JP/NotoSansJP-Regular.woff") format("woff"),
        url("../fonts/noto-sans-JP/NotoSansJP-Regular.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src:  url("../fonts/noto-sans-JP/NotoSansJP-Medium.woff2") format("woff2"),
        url("../fonts/noto-sans-JP/NotoSansJP-Medium.woff") format("woff"),
        url("../fonts/noto-sans-JP/NotoSansJP-Medium.otf") format('opentype');
}