/*
 * 온글잎 박다현체 — (주)보이저엑스 & 박다현
 * https://ownglyph.com  ·  UI/웹폰트 임베딩 허용, 폰트 파일 수정 금지
 *
 * The licence forbids modifying the font file, so this ships the original TTF
 * as-is: no subsetting, no woff2 conversion. That costs 2MB on first use, which
 * is why it loads only when the user actually picks this face — font-display
 * keeps text visible with the fallback until it arrives.
 */
@font-face {
  font-family: "Ownglyph PDH";
  src: url("./OwnglyphPDH.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
