:root {
    --d-bg: #fcfcfa;
    --d-surface: #ffffff;
    --d-surface-alt: #e8ecf0;
    --d-text: #1c2833;
    --d-muted: #5f6f7e;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #8b0000;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(139, 0, 0, 0.1);
    --d-accent: #cc7722;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(204, 119, 34, 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;
}
