/*
Theme Name: Domestics Plus Queensland
Theme URI: https://domesticsplus.com.au
Author: Magik Digital
Author URI: https://www.magikdigital.com.au
Description: Serves the approved Domestics Plus Queensland design exactly as designed. Page markup and styling come from the design components in /dc; WordPress supplies the document head, SEO and the Contact Form 7 bridge.
Version: 2.3.0
Requires at least: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: domesticsplus
*/

/* The design brings its own styles. Only the page shell lives here. */
html, body { margin: 0; padding: 0; }

/* The design sets these too, from inside its own markup. Repeating them here
   means the first paint already matches instead of flashing a system face. */
*, *::before, *::after { box-sizing: border-box; }
body {
	background: #FFFFFF;
	color: #111A33;
	font-family: 'Hanken Grotesk', sans-serif;
	-webkit-font-smoothing: antialiased;
}
input, textarea, select, button { font-family: 'Hanken Grotesk', sans-serif; }
a { color: #0830A0; }
a:hover { color: #051F6E; }
.dpq-skip { position: absolute; left: -9999px; }
.dpq-skip:focus { left: 12px; top: 12px; z-index: 999; background: #fff; padding: 10px 16px; border-radius: 8px; }
