:root {
    --d-bg: #201d1d;
    --d-surface: #292524;
    --d-surface-alt: #332e2c;
    --d-text: #fdfcfc;
    --d-muted: #9a9898;
    --d-line: rgba(255, 255, 255, 0.13);
    --d-primary: #f2a119;
    --d-primary-ink: #17150f;
    --d-primary-soft: rgba(242, 161, 25, 0.16);
    --d-accent: #30d158;
    --d-accent-ink: #17150f;
    --d-accent-soft: rgba(48, 209, 88, 0.18);
    --d-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
    --d-radius-s: 4px;
    --d-radius-l: 10px;
    --d-body-font: 'Pretendard Variable', Pretendard, 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Segoe UI', system-ui, sans-serif;
    --d-heading-font: 'Pretendard Variable', Pretendard, 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Segoe UI', system-ui, sans-serif;
}
