:root {
    --d-bg: #fcfdfc;
    --d-surface: #ffffff;
    --d-surface-alt: #d4fae8;
    --d-text: #0d0d0d;
    --d-muted: #666666;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #0fa76e;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(15, 167, 110, 0.1);
    --d-accent: #18e299;
    --d-accent-ink: #17150f;
    --d-accent-soft: rgba(24, 226, 153, 0.14);
    --d-shadow: 0 18px 44px rgba(26, 22, 14, 0.1);
    --d-radius-s: 18px;
    --d-radius-l: 32px;
    --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;
}
