@font-face {
  font-family: 'MyCustomFont';
  src: url('/fonts/NotoSerifSC-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Optional: apply the font globally */
body {
  font-family: 'MyCustomFont', sans-serif;
}

