/* Local copies of the reference site's Korean title face and Pretendard body face.
   SIL Open Font License copies are included in static/fonts/. */
@font-face {
  font-family: NotoSerifKR;
  src: url('./fonts/noto-serif-kr.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url('./fonts/PretendardVariable.woff2') format('woff2-variations');
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
}
