:root {
    --d-bg: #2a0d18;
    --d-surface: #3a1322;
    --d-surface-alt: #432e6f;
    --d-text: #f5f9ce;
    --d-muted: #c9a3ae;
    --d-line: rgba(255, 255, 255, 0.13);
    --d-primary: #f0a424;
    --d-primary-ink: #17150f;
    --d-primary-soft: rgba(240, 164, 36, 0.16);
    --d-accent: #9d7fd9;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(157, 127, 217, 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;
}
