:root {
    --d-bg: #f5f2ed;
    --d-surface: #fbf9f5;
    --d-surface-alt: #e8dfcc;
    --d-text: #3a3a3a;
    --d-muted: #9e9e94;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #8f7450;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(143, 116, 80, 0.1);
    --d-accent: #8b9e7e;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(139, 158, 126, 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;
}
