:root {
    --d-bg: #fff8f0;
    --d-surface: #fffdf8;
    --d-surface-alt: #f3e6cf;
    --d-text: #44291a;
    --d-muted: #97785c;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #c2452d;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(194, 69, 45, 0.1);
    --d-accent: #1565c0;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(21, 101, 192, 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: 'Noto Serif KR', 'Nanum Myeongjo', 'Apple SD Gothic Neo', Georgia, 'Times New Roman', serif;
}
