:root {
    --pg-color-bg: #f7f2ea;
    --pg-color-surface: #fffdf9;
    --pg-color-surface-strong: #f1e7d8;
    --pg-color-text: #1e1a17;
    --pg-color-text-muted: #6f655c;
    --pg-color-line: #ddd2c4;
    --pg-color-accent: #7a5a3a;
    --pg-color-accent-soft: #b89572;
    --pg-color-white: #ffffff;
    --pg-font-sans: "Pretendard", "Noto Sans KR", sans-serif;
    --pg-text-hero: clamp(2.125rem, 4.2vw, 4rem);
    --pg-text-display: clamp(1.5rem, 2.5vw, 2.5rem);
    --pg-text-title: 1.25rem;
    --pg-text-body: 0.9375rem;
    --pg-text-caption: 0.8125rem;
    --pg-line-body: 1.6;
    --pg-letter-tight: -0.02em;
    --pg-container: 1240px;
    --pg-container-wide: 1360px;
    --pg-section-space: 104px;
    --pg-section-space-mobile: 56px;
    --pg-gap: 24px;
    --pg-radius: 24px;
    --pg-radius-sm: 16px;
}
