:root {
            /* Changez ces couleurs pour modifier tout le thème du site ! */
            --brand-gold: #d4af37;        /* Couleur principale (Or/Sable) */
            --brand-gold-hover: #b5952f;  /* Couleur au survol */
            
            /* Autres couleurs du thème */
            --brand-black: #111111;
            --brand-dark: #1a1a1a;
            --brand-light: #f9f8f6;       /* Couleur crème de fond */
            --text-gray: #6b7280;
            --text-light-gray: #9ca3af;
            --white: #ffffff;
            
            /* Typographie */
            --font-heading: 'Montserrat', sans-serif;
            --font-body: 'Open Sans', sans-serif;
}