/* ============================================================
   theme-light.css — 클라이언트 사이트 라이트 테마 (기본)
   사이트 설정 > 테마에서 '라이트' 선택 시 로드.
   공개 페이지(index/project/texture/certification)는 기본이 라이트라
   이 파일은 기준값 확인용이며 별도 오버라이드는 최소화한다. — 2026-08-11
   ============================================================ */

:root {
    --site-bg: #f9fafb;
    --site-surface: #ffffff;
    --site-surface-2: #f3f4f6;
    --site-text: #111827;
    --site-text-soft: #4b5563;
    --site-text-muted: #6b7280;
    --site-border: #e5e7eb;
}
