:root {
    --d-bg: #f7efe4;
    --d-surface: #fdf9f2;
    --d-surface-alt: #e8d8c6;
    --d-text: #3a2f2b;
    --d-muted: #857260;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #c77a23;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(199, 122, 35, 0.1);
    --d-accent: #d2691e;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(210, 105, 30, 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: 'Noto Serif KR', 'Nanum Myeongjo', 'Apple SD Gothic Neo', Georgia, 'Times New Roman', serif;
}
