/* public/fonts.css */
@font-face {
  font-family: "Noto Serif SC";
  font-style: normal;
  font-weight: 400; /* Regular */
  src: url("/fonts/NotoSerifSC-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif SC";
  font-style: normal;
  font-weight: 700; /* Bold */
  src: url("/fonts/NotoSerifSC-Bold.woff2") format("woff2");
  font-display: swap;
}
