:root {
    --bg: #f1eadf;
    --bg-elevated: rgba(252, 248, 242, 0.97);
    --surface: #fcf8f1;
    --surface-strong: #ffffff;
    --surface-dark: #1f342f;
    --text: #192723;
    --text-muted: #61706a;
    --text-inverse: #f7f1e8;
    --line: rgba(31, 52, 47, 0.12);
    --accent: #b96e4d;
    --accent-soft: rgba(185, 110, 77, 0.14);
    --accent-2: #446c63;
    --accent-2-soft: rgba(68, 108, 99, 0.14);
    --accent-3: #b7a07a;
    --shadow: 0 22px 52px rgba(28, 34, 31, 0.16);
    --radius-xs: 14px;
    --radius-sm: 18px;
    --radius-md: 24px;
    --radius-lg: 32px;
    --radius-xl: 42px;
}
