:root {
    --primary-color: #c4956a;
    --primary-light: #e8c9a8;
    --primary-dark: #8b6342;
    --gold: #d4a96a;
    --gold-light: #f0dcc0;
    --bg-cream: #fdf8f0;
    --bg-warm: #f9efe3;
    --text-dark: #3d2b1f;
    --text-light: #8b7355;
    --text-lighter: #b8a08a;
    --white: #ffffff;
}
