/*
 Theme Name:   Theme Enfant Négoce des Pros
 Description:  Ceci est un thème enfant pour le thème Hello Elementor.
 Author:       Alban
 Author URI:   https://khumeia-lab.com
 Template:     hello-elementor
 Version:      1.0.1
 Text Domain:  hello-elementor-child
*/

/**
 * =================================================================
 * DESIGN SYSTEM : VARIABLES GLOBALES
 * ================================================================= */
:root {
    /* Colors */
    --primary-accent: #ffa724;
    --text-title: #1e1e1e;
    --text-standard: #333333;
    --bg-main: #ffffff;
    --bg-secondary: #f5f5f5;
    --border-neutral: #e0e0e0;
    --text-on-accent: #ffffff;

    /* UI Metrics */
    --radius-main: 12px;
    --radius-button: 8px;
    --shadow-floating: 0 5px 25px rgba(0,0,0,0.1);
    --shadow-ui: 0 2px 10px rgba(0,0,0,0.08);

    /* Transitions */
    --transition-fast: all 0.2s ease-out;
}
