@charset "utf-8";

@font-face {
  font-family: 'NotoSansSC-Thin';
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/NotoSansSC-Thin.woff2) format('woff2'),
       url(/fonts/NotoSansSC-Thin.woff) format('woff'),
       url(/fonts/NotoSansSC-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'NotoSansSC-Light';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/NotoSansSC-Light.woff2) format('woff2'),
       url(/fonts/NotoSansSC-Light.woff) format('woff'),
       url(/fonts/NotoSansSC-Light.otf) format('opentype');
}
@font-face {
   font-family: 'NotoSansSC-Regular';
   font-style: normal;
   font-weight: 400;
   src: url(/fonts/NotoSansSC-Regular.woff2) format('woff2'),
        url(/fonts/NotoSansSC-Regular.woff) format('woff'),
        url(/fonts/NotoSansSC-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'NotoSansSC-Medium';
   font-style: normal;
   font-weight: 500;
   src: url(/fonts/NotoSansSC-Medium.woff2) format('woff2'),
        url(/fonts/NotoSansSC-Medium.woff) format('woff'),
        url(/fonts/NotoSansSC-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'NotoSansSC-Bold';
   font-style: normal;
   font-weight: 700;
   src: url(/fonts/NotoSansSC-Bold.woff2) format('woff2'),
        url(/fonts/NotoSansSC-Bold.woff) format('woff'),
        url(/fonts/NotoSansSC-Bold.otf) format('opentype');
}
@font-face {
   font-family: 'NotoSansSC-Black';
   font-style: normal;
   font-weight: 900;
   src: url(/fonts/NotoSansSC-Black.woff2) format('woff2'),
        url(/fonts/NotoSansSC-Black.woff) format('woff'),
        url(/fonts/NotoSansSC-Black.otf) format('opentype');
}
