/*
Theme Name:   CatBox Child
Theme URI:    https://cat-box.eu
Description:  Thème enfant pour CatBox - Carnet de santé numérique pour chats
Author:       CatBox Team
Author URI:   https://cat-box.eu
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:  catbox-child
*/

/* ============================================
   STYLES DE BASE
   ============================================ */

/* Les styles du thème parent (GeneratePress) sont chargés automatiquement */
/* Ajoute ici tes styles custom */

/* Exemple de customisation */
:root {
    --catbox-primary: #6366f1;
    --catbox-secondary: #8b5cf6;
    --catbox-success: #10b981;
    --catbox-warning: #f59e0b;
    --catbox-danger: #ef4444;
    --catbox-text: #1f2937;
    --catbox-bg: #ffffff;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ============================================
   CUSTOMISATIONS À VENIR
   ============================================ */

/* Dashboard, formulaires, etc. seront ajoutés ici */