:root {
    --d-bg: #050507;
    --d-surface: #101010;
    --d-surface-alt: #1a1a1c;
    --d-text: #f2e6cf;
    --d-muted: #a2977f;
    --d-line: rgba(255, 255, 255, 0.13);
    --d-primary: #d4af37;
    --d-primary-ink: #17150f;
    --d-primary-soft: rgba(212, 175, 55, 0.16);
    --d-accent: #c5a059;
    --d-accent-ink: #17150f;
    --d-accent-soft: rgba(197, 160, 89, 0.18);
    --d-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
    --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;
}
