@font-face {
  font-family: 'Noto Serif SC Site';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url(./noto-serif-sc/NotoSerifSC-400-display.woff2) format('woff2');
}

@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src:
    local('Noto Serif SC Regular'),
    local('NotoSerifSC-Regular'),
    url(./noto-serif-sc/NotoSerifSC-400.woff2) format('woff2'),
    url(./noto-serif-sc/NotoSerifSC-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src:
    local('Noto Serif SC Medium'),
    local('NotoSerifSC-Medium');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src:
    local('Noto Serif SC SemiBold'),
    local('NotoSerifSC-SemiBold');
}
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src:
    local('Noto Serif SC Bold'),
    local('NotoSerifSC-Bold');
}
