:root {
  /* Primary - 단청 적갈색 */
  --color-primary:        #8B4513;
  --color-primary-light:  #C4783A;
  --color-primary-dark:   #5C2E0A;

  /* Accent - 청록 */
  --color-accent:         #2D6A4F;
  --color-accent-light:   #52B788;

  /* Gold */
  --color-gold:           #C9A84C;
  --color-gold-light:     #E8C97A;

  /* Backgrounds */
  --color-bg:             #FAF7F2;
  --color-bg-card:        #FFFFFF;
  --color-bg-section:     #F2EDE4;

  /* Text */
  --color-text-primary:   #1A1208;
  --color-text-secondary: #6B5C45;
  --color-text-muted:     #9E8E78;
  --color-text-inverse:   #FFFFFF;

  /* Border */
  --color-border:         #E8DDD0;
  --color-border-dark:    #C4B39C;

  /* Status */
  --color-templestay:     #2D6A4F;
  --color-templestay-bg:  #D8F3DC;

  /* Typography */
  --font-heading: 'Noto Serif KR', 'Nanum Myeongjo', Georgia, serif;
  --font-body:    'Noto Sans KR', 'Malgun Gothic', sans-serif;

  /* Font sizes */
  --text-xs:   12px;
  --text-sm:   14px;
  --text-base: 16px;
  --text-lg:   18px;
  --text-xl:   20px;
  --text-2xl:  24px;
  --text-3xl:  30px;
  --text-4xl:  36px;
  --text-5xl:  48px;

  /* Spacing */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-8:  32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;

  /* Border radius */
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   12px;
  --radius-xl:   20px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm:  0 1px 3px rgba(90,60,20,.08), 0 1px 2px rgba(90,60,20,.06);
  --shadow-md:  0 4px 12px rgba(90,60,20,.12), 0 2px 4px rgba(90,60,20,.06);
  --shadow-lg:  0 10px 30px rgba(90,60,20,.15), 0 4px 8px rgba(90,60,20,.08);
  --shadow-xl:  0 20px 50px rgba(90,60,20,.2);

  /* Transitions */
  --transition-fast:   150ms ease;
  --transition-normal: 250ms ease;
  --transition-slow:   400ms ease;

  /* Layout */
  --max-width:       1200px;
  --header-height:   72px;
  --sidebar-width:   360px;
}
