/* RIDIBatang(명조) — 헤드라인용.
   font-display: swap 으로 설정해 폴백(serif)을 즉시 보여주고
   폰트 로드 완료 후 자연스럽게 전환(FOUT).
   woff2 453KB — CDN 캐싱을 권장 */
@font-face {
    font-family: 'RIDIBatang';
    src: url('/fonts/RIDIBatang.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* 폴백(serif)과 메트릭을 맞춰 레이아웃 시프트(CLS) 최소화 */
    ascent-override: 95%;
    descent-override: 22%;
    line-gap-override: 0%;
    size-adjust: 100%;
}
