/*
Theme Name: Job Haiti V2 — PHP Native
Theme URI: https://jobhaiti.net
Author: Job Haiti
Author URI: https://jobhaiti.net
Description: Thème WordPress 100% PHP natif pour Job Haiti. Design identique au thème React original — animations, hero, cards, filtres — sans aucune dépendance Node.js ou build tool.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: job-haiti-v2
Tags: jobs, employment, haiti, custom-theme, responsive
*/

/* Base reset minimal — le vrai CSS est dans assets/css/job-haiti-app.css */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
