:root {
    --d-bg: #f3f2ee;
    --d-surface: #ffffff;
    --d-surface-alt: #e4e1d8;
    --d-text: #111827;
    --d-muted: #5c5852;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #9a6420;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(154, 100, 32, 0.1);
    --d-accent: #15803d;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(21, 128, 61, 0.14);
    --d-shadow: 0 18px 44px rgba(26, 22, 14, 0.1);
    --d-radius-s: 4px;
    --d-radius-l: 10px;
    --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;
}
