:root {
    --d-bg: #fdf6e3;
    --d-surface: #ffffff;
    --d-surface-alt: #e9f3f2;
    --d-text: #2c3432;
    --d-muted: #71807d;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #4f9ba3;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(79, 155, 163, 0.1);
    --d-accent: #8f8cc9;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(143, 140, 201, 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;
}
