/*
Theme Name: RDC Restoration Theme
Theme URI: https://rdcrestoration.com
Author: Unified Marketing
Author URI: https://unifiedmktg.com
Description: Ultra-light, body-only WordPress theme for RDC Restoration. Replaces Avada/Fusion. Full-bleed page rendering (the_content only), custom header/footer + schema + redirects served by the rdc-master-assets mu-plugin (theme-agnostic), Rank Math meta pass-through, code-injection slots for GTM/GA4/Pixel, and a lazysizes shim so Avada's data-src images never break during/after the swap.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: rdc-theme
*/

/* The real design system lives in rdc-site.css (enqueued sitewide by the
   rdc-master-assets mu-plugin). This file only needs the theme header above +
   a couple of safe baselines so the light theme never fights the master CSS. */
:root{--ut-navy:#1b3360;--ut-navy-deep:#12233f;--ut-pink:#ed1c24;--ut-blue:#00aeef}
html{box-sizing:border-box}
*,*::before,*::after{box-sizing:inherit}
body{margin:0}
img{max-width:100%;height:auto}
.ut-content{display:block}
