:root {
    --d-bg: #0a0a0a;
    --d-surface: #141414;
    --d-surface-alt: #1f1f1f;
    --d-text: #ededea;
    --d-muted: #a0a0a0;
    --d-line: rgba(255, 255, 255, 0.13);
    --d-primary: #faff69;
    --d-primary-ink: #17150f;
    --d-primary-soft: rgba(250, 255, 105, 0.16);
    --d-accent: #2f9e44;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(47, 158, 68, 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;
}
