/* =======================================================================
   custom.css — 정일품(OMEAT) 노무관리 커스텀 (UBold 위에 덮어쓰기)
   - Pretendard 셀프호스트 (한글 본문 폰트, CDN 의존 제거)
   ======================================================================= */

@font-face {
    font-family: 'Pretendard Variable';
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/pretendard/PretendardVariable.woff2') format('woff2-variations');
}

:root,
[data-bs-theme=light],
[data-bs-theme=dark] {
    --theme-font-sans-serif: 'Pretendard Variable', Pretendard, 'Noto Sans KR',
        'Malgun Gothic', 'Apple SD Gothic Neo', -apple-system, BlinkMacSystemFont,
        'Segoe UI', Roboto, sans-serif;
}

/* 한글은 이탤릭 대신 색 강조가 자연스러움 — 테이블 숫자 우측정렬 유틸 */
.td-num { text-align: right; font-variant-numeric: tabular-nums; }
