:root {
    --d-bg: #f5f0e6;
    --d-surface: #fffdf6;
    --d-surface-alt: #dcf2e5;
    --d-text: #2d2d2d;
    --d-muted: #7a746a;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #f0685f;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(240, 104, 95, 0.1);
    --d-accent: #7ecdc0;
    --d-accent-ink: #17150f;
    --d-accent-soft: rgba(126, 205, 192, 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;
}
