/* ===================== CSS Variables ===================== */
:root {
    --primary: #A0692A;
    --primary-dark: #845010;
    --accent-red: #89741A;
    --text-main: #271408;
    --text-muted: #7A5C3A;
    --bg-light: #FAF6EE;
    --bg-white: #ffffff;
    --border-color: #E2D0B8;
}
