/*
Theme Name: CH Build Group
Theme URI: https://chbuildgroup.co.uk
Author: Mako Digital
Author URI: https://makodigital.co.uk
Description: Custom WordPress theme for CH Build Group — premium builders in the North West. Built by Mako Digital with inline CSS on page templates, mobile-first, schema baked in.
Version: 1.0.0
License: Proprietary
License URI: https://makodigital.co.uk
Text Domain: chbuildgroup
*/

/* Reset and base — everything else lives on templates */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Inter', system-ui, sans-serif; line-height: 1.6; color: #0a0a0a; background: #ffffff; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
