/**
 * Galmuri (c) 2019-2022 Minseo Lee — SIL Open Font License 1.1 (LICENSE.txt)
 * 로컬 self-host: 코드에서 실제 사용하는 Galmuri11(400/700)·Galmuri9(400)만 포함.
 */
@font-face {
  font-family: Galmuri11;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Galmuri11 Regular'),
       url('./Galmuri11.woff2') format('woff2');
}
@font-face {
  font-family: Galmuri11;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Galmuri11 Bold'),
       url('./Galmuri11-Bold.woff2') format('woff2');
}
@font-face {
  font-family: Galmuri9;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Galmuri9 Regular'),
       url('./Galmuri9.woff2') format('woff2');
}
