/**
 * Content Font Size - 데스크톱 본문 글자 크기
 *
 * poseidon 테마 style.css 에서 이관.
 * !important 는 테마의 다른 .entry-content 폰트 규칙을 이기기 위한 것이므로 제거 금지.
 *
 * 단계별 font-size 다섯 줄은 이 파일에 없다. 설정 화면(설정 > 글자 크기)에서
 * 조절하는 값이라 PHP 가 인라인으로 출력한다 — cfs_build_size_css().
 * 여기 남은 규칙은 설정과 무관하게 고정인 것들이다.
 */

body.size1 .entry-content,
body.size2 .entry-content,
body.size3 .entry-content,
body.size4 .entry-content,
body.size5 .entry-content {
  line-height: 1.725 !important
}

/* 본문 안의 요소가 자체 px 폰트 크기로 덮어쓰지 않고 상속받게 한다. */
body.size1 .entry-content p,
body.size2 .entry-content p,
body.size3 .entry-content p,
body.size4 .entry-content p,
body.size5 .entry-content p,
body.size1 .entry-content li,
body.size2 .entry-content li,
body.size3 .entry-content li,
body.size4 .entry-content li,
body.size5 .entry-content li,
body.size1 .entry-content td,
body.size2 .entry-content td,
body.size3 .entry-content td,
body.size4 .entry-content td,
body.size5 .entry-content td,
body.size1 .entry-content blockquote,
body.size2 .entry-content blockquote,
body.size3 .entry-content blockquote,
body.size4 .entry-content blockquote,
body.size5 .entry-content blockquote {
  font-size: 1em !important
}
