/* ============================================================
   Pretendard 전역 폰트 (앱 전체 공통) — 로컬 서빙
   - 폰트 파일: /fonts/pretendard/PretendardVariable.woff2
     (Variable 폰트 1개로 100~900 전 weight 커버)
   - 모든 페이지 <head>에서 이 파일을 마지막에 로드하여
     기존 bootstrap/basic 폰트 설정을 덮어씁니다.
   - 아이콘 폰트(Font Awesome: .fa/.fas/.far, Glyphicons: .glyphicon)는
     선택자에서 제외했으므로 아이콘은 그대로 유지됩니다.
   ============================================================ */

@font-face {
    font-family: 'Pretendard';
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/pretendard/PretendardVariable.woff2') format('woff2');
}

html body,
html button,
html input,
html select,
html textarea,
html optgroup,
html .btn,
html .form-control,
html .bootstrap-table {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont,
                 system-ui, 'Segoe UI', 'Malgun Gothic', 'Apple SD Gothic Neo',
                 'Noto Sans KR', sans-serif !important;
}
