/* webpack 번들 밖 — css-loader가 경로를 해석하지 않음. TTF는 이 파일과 같은 폴더(public/fonts). */
@font-face {
  font-family: 'YoonChildfundkoreaDaeHan';
  src: url('./YoonChildfundkoreaDaeHan.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GoryeongStrawberry';
  src: url('./GoryeongStrawberry.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
