:root {
        --bg: #f6f5f0;
        --bg-strong: #eae6da;
        --surface: #ffffff;
        --surface-soft: #faf8f2;
        --text: #17211b;
        --muted: #6a7069;
        --faint: #9ea099;
        --line: #e5e1d4;
        --accent: #216e4e;
        --accent-soft: rgba(33, 110, 78, 0.09);
        --accent-2: #2f80ed;
        --accent-3: #c45532;
        --warning: #b97706;
        --danger: #c63f36;
        --shadow: 0 14px 34px rgba(60, 55, 40, 0.09);
        --shadow-sm: 0 2px 8px rgba(60, 55, 40, 0.06);
        --radius: 10px;
        --radius-lg: 14px;
        --radius-pill: 999px;
    }
