/* 오버레이/스코어보드 폰트 정의. 레거시 fonts.js의 폰트 코드→파일명 매핑 그대로.
 * woff2 파일은 저장소에 없으므로(운영 res 디렉토리에만 존재) 아래 파일들을
 * 이 디렉토리(static/font/)에 넣으면 자동 적용된다. 파일이 없으면 sans-serif로 폴백. */
@font-face { font-family: 'andante';    src: url('/font/andante.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'batman';     src: url('/font/batman.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'doyeon';     src: url('/font/BMDOHYEON_ttf.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'hanna';      src: url('/font/BMHANNA_11yrs_ttf.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'jua';        src: url('/font/BMJUA_ttf.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'hanbit';     src: url('/font/KCC-Hanbit.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'mapo';       src: url('/font/MapoBackpacking.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'pretendard'; src: url('/font/PretendardVariable.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'hansan';     src: url('/font/Spoqa_Hansans_Bold.woff2') format('woff2'); font-display: swap; }
/* dokdo/dongle/gugi: 레거시는 Google Fonts CDN을 썼으나 CDN 의존 제거 위해 self-host.
 * 동일 이름 woff2를 넣으면 적용된다(예: 구글 폰트 woff2 다운로드 후 /font/dokdo.woff2 등). */
@font-face { font-family: 'dokdo';      src: url('/font/dokdo.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'dongle';     src: url('/font/dongle.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'gugi';       src: url('/font/gugi.woff2') format('woff2'); font-display: swap; }
