/*
Theme Name: NM2025 - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
  /* Couleurs principales */
  --gf-color-primary: red;
  --gf-color-secondary: #666666;
  
  /* États des champs */
  --gf-color-success: #28a745;
  --gf-color-error: #ffc107;
  --gf-color-warning: #ffc107;
  
  /* Arrière-plans */
  --gf-color-background: #ffffff;
  --gf-color-background-secondary: #f8f9fa;
  
  /* Bordures */
  --gf-color-border: #dddddd;
  --gf-color-border-focus: #007cba;
  
  /* Texte */
  --gf-color-text: #333333;
  --gf-color-text-muted: #666666;
 
}
