/* LIGHT */
@font-face {
  font-family: "Noto_Sans_SC";
  src: url("fonts-definition/resources/fonts/TTF/NotoSansSC-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

/* BLACK */
@font-face {
  font-family: "Noto_Sans_SC";
  src: url("fonts-definition/resources/fonts/TTF/NotoSansSC-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

/* MEDIUM */
@font-face {
  font-family: "Noto_Sans_SC";
  src: url("fonts-definition/resources/fonts/TTF/NotoSansSC-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

/* BOLD */
@font-face {
  font-family: "Noto_Sans_SC";
  src: url("fonts-definition/resources/fonts/TTF/NotoSansSC-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

/* EXTRA-BOLD */
@font-face {
  font-family: "Noto_Sans_SC";
  src: url("fonts-definition/resources/fonts/TTF/NotoSansSC-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}

/* REGULAR */
@font-face {
  font-family: "Noto_Sans_SC";
  src: url("fonts-definition/resources/fonts/TTF/NotoSansSC-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/* THIN */
@font-face {
  font-family: "Noto_Sans_SC";
  src: url("fonts-definition/resources/fonts/TTF/NotoSansSC-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}