/**
 * @author parkyk
 * @since 2026-07-01
 * @description mainBase(사용자 영역) 전용 스타일. mainBase head 에서만 로드 → adminBase·shop 미적용.
 *   현재: Pretendard 기본 폰트 지정(관리자는 시스템 폰트 유지). site.css(전역) 뒤에 로드돼 body 폰트를 덮음.
 *   사용자 영역 공통 스타일이 늘면 여기에 추가.
 */
body {
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
