:root {
    --d-bg: #001f3f;
    --d-surface: #0a2c50;
    --d-surface-alt: #123a63;
    --d-text: #f6f7ed;
    --d-muted: #9ab5ab;
    --d-line: rgba(255, 255, 255, 0.13);
    --d-primary: #74c365;
    --d-primary-ink: #17150f;
    --d-primary-soft: rgba(116, 195, 101, 0.16);
    --d-accent: #dbe64c;
    --d-accent-ink: #17150f;
    --d-accent-soft: rgba(219, 230, 76, 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: 'Noto Serif KR', 'Nanum Myeongjo', 'Apple SD Gothic Neo', Georgia, 'Times New Roman', serif;
}
