/* 온라인 주보 페이지: main.css의 NanumSquare CDN 실패 시에도 한글 가독성 유지 + font-display는 Google 스타일시트에서 swap 처리 */
body.worship-page,
body.worship-page * {
    font-family:
        'Noto Sans KR',
        'Malgun Gothic',
        'Apple SD Gothic Neo',
        'Apple Gothic',
        system-ui,
        sans-serif;
}
