/* ============================================
   THEME VARIABLES — 단일 진실 소스
   출처: design-dna_claude.json
   스타일: Editorial Minimalism — Monochrome Luxury
   브랜드 색상을 변경하려면 이 파일만 수정하세요.
   ============================================ */

:root {
  /* === 브랜드 기본 색상 (모노크롬) === */
  --theme-primary:        #111111;
  --theme-primary-dark:   #000000;
  --theme-primary-light:  #f9f9f9;
  --theme-primary-mid:    #e2e2e2;
  --theme-primary-border: #c8c8c8;

  /* === Alpha variants === */
  --theme-primary-alpha-10: rgba(17, 17, 17, 0.1);
  --theme-primary-alpha-25: rgba(17, 17, 17, 0.25);

  /* === 회색 팔레트 === */
  --theme-gray-900: #111111;
  --theme-gray-700: #2d2d2d;
  --theme-gray-500: #6b6b6b;
  --theme-gray-400: #9a9a9a;
  --theme-gray-300: #c8c8c8;
  --theme-gray-200: #e2e2e2;
  --theme-gray-100: #f0f0f0;
  --theme-gray-50:  #f9f9f9;

  /* === 배경 / 테두리 === */
  --theme-bg-subtle: #f9f9f9;
  --theme-border:    #e2e2e2;

  /* === 시맨틱 변수 === */
  --theme-text-primary:   #111111;
  --theme-text-secondary: #6b6b6b;
  --theme-text-muted:     #9a9a9a;
  --theme-bg-white:       #ffffff;
  --theme-bg-card:        #f9f9f9;
  --theme-radius:         0px;
  --theme-shadow:         none;
}
