/* Jua 폰트 - 자체 호스팅 (구글 폰트 대체, 오프라인 동작용)
   한글 전체 글리프가 포함된 단일 TTF */
@font-face {
  font-family: 'Jua';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('jua.ttf') format('truetype');
}
