/*
Theme Name: Mon Thème Minimal
Theme URI: https://example.com
Author: Ton Agence
Author URI: https://example.com
Description: Thème WordPress minimal pour démarrage rapide.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: mon-theme-minimal
*/
/* Reset très basique */
body {
margin: 0;
font-family: system-ui, -apple-system, sans-serif;
line-height: 1.5;
color: #222;
}
.container {
max-width: 960px;
margin: 0 auto;
padding: 24px;
background-color: pink;
}