:root {
    /* Primary Brand Colors */
    --primary: #A58C64;    /* Gold - Primary brand color */
    --secondary: #281E1E;  /* Black - Secondary brand color */
    
    /* Accent Colors */
    --accent-dark: #4A2307;  /* Brown - for dark accents */
    --accent-warm: #96501E;  /* Copper - for warm accents */
    
    /* Color variations (20% tints) */
    --primary-light: #D1C3AA;  /* Gold light */
    --secondary-light: #8C8787; /* Black light */
    
    /* Functional colors */
    --white: #ffffff;
    --text-color: var(--secondary);
    --background-light: #f8f9fa;
} 