:root {
    --d-bg: #fafaf7;
    --d-surface: #fdfdfb;
    --d-surface-alt: #f0efe6;
    --d-text: #2e2e2e;
    --d-muted: #8c8c85;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #a52a2a;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(165, 42, 42, 0.1);
    --d-accent: #32328c;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(50, 50, 140, 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;
}
