/*
Theme Name: La Maison Facile
Theme URI: https://lamaisonfacile.fr
Author: La Maison Facile
Description: Thème professionnel pour LaMaisonFacile.fr — guides pratiques maison. Design éditorial moderne avec palette verte sauge et terracotta. Scalable pour BoraDicas, Maghreb et Mexique.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Propriétaire
Text Domain: lamaisonfacile
Tags: blog, custom-colors, custom-menu, featured-images, responsive-layout
*/

:root {
  --primary:        #4A7C59;
  --primary-dark:   #3D6B4A;
  --primary-light:  #E8F3EC;
  --accent:         #C67B5C;
  --accent-light:   #F9EDE6;
  --bg:             #F8F6F1;
  --white:          #FFFFFF;
  --text:           #2C2C2C;
  --text-muted:     #6B6B6B;
  --text-light:     #9B9B9B;
  --border:         #E8E4DE;
  --shadow:         0 2px 12px rgba(0,0,0,0.06);
  --shadow-hover:   0 8px 32px rgba(0,0,0,0.12);
  --radius:         12px;
  --radius-sm:      8px;
  --font-title:     'Playfair Display', Georgia, serif;
  --font-body:      'Lato', 'Helvetica Neue', sans-serif;
  --max-width:      1200px;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:var(--font-body); background:var(--bg); color:var(--text); font-size:16px; line-height:1.75; -webkit-font-smoothing:antialiased; }
img { display:block; max-width:100%; height:auto; }
a { text-decoration:none; color:inherit; transition:all 0.25s ease; }
ul,ol { list-style:none; }
button { cursor:pointer; font-family:var(--font-body); }
