:root {
    --d-bg: #faf0e6;
    --d-surface: #fffaf2;
    --d-surface-alt: #f0e4d3;
    --d-text: #37322a;
    --d-muted: #8b8680;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #a0522d;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(160, 82, 45, 0.1);
    --d-accent: #6b7b3a;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(107, 123, 58, 0.14);
    --d-shadow: 0 18px 44px rgba(26, 22, 14, 0.1);
    --d-radius-s: 4px;
    --d-radius-l: 10px;
    --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;
}
