:root {
    --d-bg: #08090a;
    --d-surface: #0f1011;
    --d-surface-alt: #191a1b;
    --d-text: #f7f8f8;
    --d-muted: #95989d;
    --d-line: rgba(255, 255, 255, 0.13);
    --d-primary: #5e6ad2;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(94, 106, 210, 0.16);
    --d-accent: #7170ff;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(113, 112, 255, 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: 'Pretendard Variable', Pretendard, 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Segoe UI', system-ui, sans-serif;
}
