/*
Theme Name: Metal Works Auto Hail Solutions
Theme URI: https://metalworkshail.com
Author: DSRPTV Digital
Author URI: https://dsrptv.digital
Description: Custom WordPress theme for Metal Works Auto Hail Solutions. Dark "Automotive Precision" aesthetic — paintless dent & auto hail repair across the DFW Metroplex and beyond. Tailwind-driven, single-file-per-page templates. No page builder, no block editor for layout.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.1
License: All Rights Reserved
License URI: https://metalworkshail.com
Text Domain: metalworks
*/

/*
  Tailwind CDN (Play mode) handles utility classes via functions.php.
  This file exists because WordPress requires style.css with a theme header.
  Custom CSS that doesn't map to Tailwind utilities goes here.
*/

html {
	background-color: #0b1326;
	color: #dae2fd;
	scroll-behavior: smooth;
}

body {
	font-family: "Inter", system-ui, sans-serif;
	margin: 0;
}

::selection {
	background: #4d8eff;
	color: #ffffff;
}

/* Lock body scroll while the mobile drawer is open. */
body:has(#mw-nav-toggle:checked) {
	overflow: hidden;
}
