:root {
    --d-bg: #f5f0e8;
    --d-surface: #ffffff;
    --d-surface-alt: #ede5d5;
    --d-text: #2b2724;
    --d-muted: #8b8680;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #c9a84c;
    --d-primary-ink: #17150f;
    --d-primary-soft: rgba(201, 168, 76, 0.1);
    --d-accent: #333333;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(51, 51, 51, 0.14);
    --d-shadow: 0 18px 44px rgba(26, 22, 14, 0.1);
    --d-radius-s: 12px;
    --d-radius-l: 20px;
    --d-body-font: 'Pretendard Variable', Pretendard, 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Segoe UI', system-ui, sans-serif;
    --d-heading-font: 'Pretendard Variable', Pretendard, 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Segoe UI', system-ui, sans-serif;
}
