:root {
    --d-bg: #0f172a;
    --d-surface: #1e293b;
    --d-surface-alt: #334155;
    --d-text: #f8fafc;
    --d-muted: #94a3b8;
    --d-line: rgba(255, 255, 255, 0.13);
    --d-primary: #1d4ed8;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(29, 78, 216, 0.16);
    --d-accent: #b45309;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(180, 83, 9, 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;
}
