:root {
    --d-bg: #06020f;
    --d-surface: #110a24;
    --d-surface-alt: #1a1136;
    --d-text: #f2f1fa;
    --d-muted: #9d97bd;
    --d-line: rgba(255, 255, 255, 0.13);
    --d-primary: #84f28b;
    --d-primary-ink: #17150f;
    --d-primary-soft: rgba(132, 242, 139, 0.16);
    --d-accent: #8b7cf6;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(139, 124, 246, 0.18);
    --d-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
    --d-radius-s: 18px;
    --d-radius-l: 32px;
    --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;
}
