/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://monsite.com
 Description:  Child theme de GeneratePress
 Author:       Mon Nom
 Author URI:   https://monsite.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  generatepress-child
*/

/*
 ================================================
  Tes personnalisations CSS vont ici.
  Ce fichier est chargé APRÈS le thème parent,
  donc tes règles ont priorité automatiquement.
 ================================================
*/

/* Exemple : changer la couleur principale */
/*
:root {
    --contrast-color: #2c3e50;
    --accent-color: #e74c3c;
}
*/
