/* Galmuri11 — 로컬 번들 (CDN 의존 제거)
   © 2019–2025 Lee Minseo (quiple). SIL Open Font License 1.1 — 같은 폴더 OFL.txt 참조.
   출처: https://github.com/quiple/galmuri
   설치된 기기는 local() 즉시 사용, 없으면 woff2 다운로드 */
@font-face {
  font-family: "Galmuri11";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Galmuri11"),
       url("./Galmuri11.woff2") format("woff2");
}
@font-face {
  font-family: "Galmuri11";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Galmuri11 Bold"),
       url("./Galmuri11-Bold.woff2") format("woff2");
}
