:root {
    --d-bg: #f7f3e8;
    --d-surface: #fffdf6;
    --d-surface-alt: #efe8d8;
    --d-text: #2a2620;
    --d-muted: #7c7466;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #9a7209;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(154, 114, 9, 0.1);
    --d-accent: #274b8f;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(39, 75, 143, 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;
}
