/*
Theme Name: Mon Cabinet
Theme URI: https://example.com/mon-cabinet
Author: WP Developer
Author URI: https://example.com
Description: Un thème moderne, créatif et flexible pour les cabinets dentaires. Comprend des sections pour les services, l'équipe et les témoignages.
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: mon-cabinet
Tags: dentist, medical, service, creative, custom-colors, custom-menu, featured-images, full-width-template, theme-options

This theme, like WordPress, is licensed under the GPL.
*/

/* Basic Reset */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; line-height: 1.6; color: #334155; background-color: #f8fafc; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; transition: color 0.3s; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; color: #0f172a; line-height: 1.2; }
section { padding: 80px 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
