:root {
    --d-bg: #fcfcfd;
    --d-surface: #ffffff;
    --d-surface-alt: #f2f2f2;
    --d-text: #212121;
    --d-muted: #80808c;
    --d-line: rgba(24, 22, 17, 0.13);
    --d-primary: #1863dc;
    --d-primary-ink: #ffffff;
    --d-primary-soft: rgba(24, 99, 220, 0.1);
    --d-accent: #93939f;
    --d-accent-ink: #ffffff;
    --d-accent-soft: rgba(147, 147, 159, 0.14);
    --d-shadow: 0 18px 44px rgba(26, 22, 14, 0.1);
    --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: 'Noto Serif KR', 'Nanum Myeongjo', 'Apple SD Gothic Neo', Georgia, 'Times New Roman', serif;
}
