:root {
    --d-bg: #0b1220;
    --d-surface: #152033;
    --d-surface-alt: #1c2b45;
    --d-text: #f1f5fb;
    --d-muted: #8b9bb3;
    --d-line: rgba(255, 255, 255, 0.13);
    --d-primary: #3b82f6;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(59, 130, 246, 0.16);
    --d-accent: #38bdf8;
    --d-accent-ink: #17150f;
    --d-accent-soft: rgba(56, 189, 248, 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;
}
