:root {
    --le-bg: #fbf4ef;
    --le-surface: #ffffff;
    --le-surface-soft: #f4e4d9;

    --le-text: #2a1a14;
    --le-muted: #7a675e;

    --le-primary: #9a3f24;
    --le-primary-dark: #72301d;
    --le-primary-soft: #f2d9ce;
    --le-accent: #d97706;

    --le-border: #ecd5c8;

    --le-shadow: 0 28px 90px rgba(154, 63, 36, 0.14);
    --le-shadow-soft: 0 18px 56px rgba(154, 63, 36, 0.08);
}