:root {
    --color-primary: #B07C32;
    --color-secondary: #133218;
    --color-hover: #916527;
    --bg: #FFFFFF;
    --bg-subtle: #FAFBF9;
    --border: #E5E6E0;
    --text-primary: #0C220F;
    --text-secondary: #656959;
    --text-muted: #858877;
    --btn-green: #133218;
    --btn-green-hover: #1C4A23;
    --btn-gold: #916527;
    --btn-gold-hover: #714F1D;
    --accent-on-dark: #CE9A50;
}