/*  */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

.noto-sans-sc-thin {
  font-family: "Noto Sans SC", serif;
  font-weight: 100;
  font-style: normal;
}

.noto-sans-sc-light {
  font-family: "Noto Sans SC", serif;
  font-weight: 300;
  font-style: normal;
}

.noto-sans-sc-regular {
  font-family: "Noto Sans SC", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-sc-medium {
  font-family: "Noto Sans SC", serif;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-sc-bold {
  font-family: "Noto Sans SC", serif;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-sc-black {
  font-family: "Noto Sans SC", serif;
  font-weight: 900;
  font-style: normal;
}

.noto-sans-sc-thin-italic {
  font-family: "Noto Sans SC", serif;
  font-weight: 100;
  font-style: italic;
}

.noto-sans-sc-light-italic {
  font-family: "Noto Sans SC", serif;
  font-weight: 300;
  font-style: italic;
}

.noto-sans-sc-regular-italic {
  font-family: "Noto Sans SC", serif;
  font-weight: 400;
  font-style: italic;
}

.noto-sans-sc-medium-italic {
  font-family: "Noto Sans SC", serif;
  font-weight: 500;
  font-style: italic;
}

.noto-sans-sc-bold-italic {
  font-family: "Noto Sans SC", serif;
  font-weight: 700;
  font-style: italic;
}

.noto-sans-sc-black-italic {
  font-family: "Noto Sans SC", 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 SC", serif !important;
}