:root {
    --d-bg: #fff8f0;
    --d-surface: #ffffff;
    --d-surface-alt: #f8e8ee;
    --d-text: #43303c;
    --d-muted: #96798a;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #c9637e;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(201, 99, 126, 0.1);
    --d-accent: #b9945c;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(185, 148, 92, 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;
}
