/*
Theme Name: Mercy Cleaning & Maintenance
Theme URI: https://mercycleaning.com
Author: Mercy Cleaning & Maintenance Services Inc.
Author URI: https://mercycleaning.com
Description: Custom two-division theme for Mercy Cleaning & Maintenance Services Inc. Built for a company running Roadside & Towing and Residential & Commercial Cleaning from Waterloo, ON as one dispatch, with separate visual tracks for urgent vs. scheduled visitors.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mercy
*/

/* Base reset. Bulk of the design system lives in assets/css/main.css
   (enqueued in functions.php) so this file stays the required WP header
   plus safe fallbacks if that stylesheet fails to load. */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: 'IBM Plex Sans', 'Segoe UI', system-ui, sans-serif;
	color: #182430;
	background: #F6F3EA;
	line-height: 1.55;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: #10202F;
	color: #fff;
	padding: 12px 18px;
	z-index: 10000;
}
.skip-link:focus { left: 12px; top: 12px; }
