/* 서체 정의 — 본문 산세리프(Wanted Sans)는 CDN에서 로드하고,
   여기에는 로컬 디스플레이 서체 2종만 둔다.
   - Yeongwol: 붓글씨 디스플레이 (제목, 숫자 강조)
   - GwangbokLeeEunSuk: 손글씨 (대표 서명 전용) */

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

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