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

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

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

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

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

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

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

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

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

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