:root {
    --d-bg: #fff8ec;
    --d-surface: #ffffff;
    --d-surface-alt: #f8eed6;
    --d-text: #3a2a1c;
    --d-muted: #8d7a63;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #ed7014;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(237, 112, 20, 0.1);
    --d-accent: #6b8e23;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(107, 142, 35, 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;
}
