/*
 Theme Name:   Divi Ludotest
 Theme URI:    https://ludotheque-ludotest.fr
 Description:  Thème enfant Divi pour Ludotest - Ludothèque
 Author:       Ludotest
 Author URI:   https://ludotheque-ludotest.fr
 Template:     Divi
 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:  divi-ludotest
*/

/* ==========================================================================
   Variables CSS - Palette Ludotest
   ========================================================================== */

:root {
    /* Couleurs principales (basées sur votre configuration actuelle) */
    --ludo-primary: #e36c1d;
    --ludo-accent: #e5007d;
    --ludo-text: #6b6b6b;
    --ludo-background: #f7ceac;
    --ludo-white: #ffffff;
    --ludo-dark: #333333;

    /* Couleurs fonctionnelles */
    --ludo-success: #10b981;
    --ludo-warning: #f59e0b;
    --ludo-error: #ef4444;

    /* Espacements */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 5rem;

    /* Border radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-full: 9999px;

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);

    /* Transitions */
    --transition-fast: 150ms ease;
    --transition-base: 250ms ease;
    --transition-slow: 350ms ease;
}

/* ==========================================================================
   Les styles personnalisés sont dans assets/css/custom.css
   ========================================================================== */
