/*
Theme Name: Money Marche Theme
Theme URI: https://wpdev.moneymarche.com
Author: Money Marche Group
Author URI: https://moneymarche.com
Description: Custom theme for Money Marche IMF Pvt Ltd / Money Marche Enterprises — built for AI-assisted development on a fresh dev environment before integrating legacy production code.
Version: 0.1.0
License: Proprietary
Text Domain: moneymarche-theme
*/

/* Base reset — expand as the design system develops */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    line-height: 1.5;
}
