/* image_trans 전용 웹폰트 선언
Pretendard GOV 는 공통 정적 자산 도메인 `https://chatty.kr/fonts/` 에서 서빙한다.
Google Fonts 계열은 image_trans_core.js 에서 실제 사용 시점에 개별 family 기준으로 동적 로드한다.
이 파일은 병합 SVG에서 공통으로 참조해야 하는 self-host 폰트 선언만 유지한다. */

@font-face {
    font-family: 'Pretendard GOV';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://chatty.kr/fonts/Pretendard-Regular.woff') format('woff');
}
