/*
Theme Name: WMK Production
Theme URI: https://wmk-production.ci
Author: WMK Production & Événementiel
Author URI: https://wmk-production.ci
Description: Thème WordPress sur mesure premium pour WMK Production & Événementiel — Sonorisation, Lumière, Écrans LED, Studio. Abidjan, Côte d'Ivoire.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wmk
*/

/* =================================================================
   CHARTE GRAPHIQUE WMK — Variables
   ================================================================= */
:root {
  --wmk-rouge: #C8102E;
  --wmk-rouge-clair: #e63950;
  --wmk-noir: #0B0B12;
  --wmk-bleu-nuit: #111C44;
  --wmk-blanc: #FFFFFF;
  --wmk-gris: #6b7280;
  --wmk-gris-clair: #f3f4f6;

  --wmk-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --wmk-radius: 12px;
  --wmk-shadow: 0 10px 40px rgba(0,0,0,.35);
  --wmk-transition: .35s cubic-bezier(.2,.8,.2,1);
}

/* Base */
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--wmk-font);
  color: var(--wmk-noir);
  background: var(--wmk-blanc);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--wmk-rouge); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.wmk-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Le reste du style est dans assets/css/wmk-main.css */
