@charset "UTF-8";
@font-face {
  font-family: Noto Serif SC;
  src: url('../fonts/noto-serif-sc-v22-latin-regular.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: Noto Serif SC;
  src: url('../fonts/noto-serif-sc-v22-latin-700.woff2') format('woff2');
  font-weight: 700;
}
  
body{
  font-family: 'Noto Serif SC';
}
