/*  */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

.noto-sans-tc-thin {
  font-family: "Noto Sans TC", serif;
  font-weight: 100;
  font-style: normal;
}

.noto-sans-tc-light {
  font-family: "Noto Sans TC", serif;
  font-weight: 300;
  font-style: normal;
}

.noto-sans-tc-regular {
  font-family: "Noto Sans TC", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-tc-medium {
  font-family: "Noto Sans TC", serif;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-tc-bold {
  font-family: "Noto Sans TC", serif;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-tc-black {
  font-family: "Noto Sans TC", serif;
  font-weight: 900;
  font-style: normal;
}

.noto-sans-tc-thin-italic {
  font-family: "Noto Sans TC", serif;
  font-weight: 100;
  font-style: italic;
}

.noto-sans-tc-light-italic {
  font-family: "Noto Sans TC", serif;
  font-weight: 300;
  font-style: italic;
}

.noto-sans-tc-regular-italic {
  font-family: "Noto Sans TC", serif;
  font-weight: 400;
  font-style: italic;
}

.noto-sans-tc-medium-italic {
  font-family: "Noto Sans TC", serif;
  font-weight: 500;
  font-style: italic;
}

.noto-sans-tc-bold-italic {
  font-family: "Noto Sans TC", serif;
  font-weight: 700;
  font-style: italic;
}

.noto-sans-tc-black-italic {
  font-family: "Noto Sans TC", serif;
  font-weight: 900;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
input,
label,
ul,
li,
div {
  font-family: "Noto Sans TC", serif !important;
}