:root {
    --d-bg: #f6f1e8;
    --d-surface: #ffffff;
    --d-surface-alt: #ebe0d0;
    --d-text: #2b2118;
    --d-muted: #6b5e52;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #5a3d28;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(90, 61, 40, 0.1);
    --d-accent: #2f6f7a;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(47, 111, 122, 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;
}
