/*
Theme Name:  Charles Demo
Theme URI:   https://www.charleseducateur.fr/
Description: Thème de démonstration — deux variantes UI (M1 Nature & Soin / M2 Caractère & Terrain) sélectionnables via Page Templates. Contenu géré via ACF.
Author:      Charles G.
Version:     0.1.0
License:     GNU General Public License v2 or later
Text Domain: charles-demo
*/

/* Reset minimal — le CSS réel est chargé par template dans assets/css/ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
