/* ============================================================
   Theme CSS - 색상 및 폰트 정의 (동적 변경 가능)
   배포 시 이 파일만 교체하면 됨
   ============================================================ */

/* ================================================================
   CDN Fonts (폰트는 여기서 import)
   ================================================================ */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css');
@import url('https://fonts.googleapis.com/css2?family=Chonburi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');

:root {
  /* ================================================================
     Dynamic Colors (백오피스에서 변경 가능)
     ================================================================ */
  --color-primary: #f5f6f8;         /* 배경 컬러 - 라이트 테마 */
  --color-secondary: #2d3a80;       /* 강조 컬러 - 버튼, 테두리, 제목 등 */

  /* ================================================================
     Fonts (폰트는 필요에 따라 변경 가능)
     ================================================================ */
  --font-ko-main: 'Pretendard Variable';
  --font-ko-sub: 'Noto Serif KR', serif;
  --font-en-main: 'Chonburi', serif;
}
