/* Noto Sans SC self-hosted webfont declarations */

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 300;
  src: url("/static/rightme/font/Noto_Sans_SC/NotoSansSC-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  src:
    url("/static/rightme/font/Noto_Sans_SC/NotoSansSC-Regular.woff2") format("woff2"),
    url("/static/rightme/font/Noto_Sans_SC/NotoSansSC-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 500;
  src: url("/static/rightme/font/Noto_Sans_SC/NotoSansSC-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 600;
  src: url("/static/rightme/font/Noto_Sans_SC/NotoSansSC-SemiBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  src:
    url("/static/rightme/font/Noto_Sans_SC/NotoSansSC-Bold.woff2") format("woff2"),
    url("/static/rightme/font/Noto_Sans_SC/NotoSansSC-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 900;
  src: url("/static/rightme/font/Noto_Sans_SC/NotoSansSC-Black.ttf") format("truetype");
  font-display: swap;
}
