/*
Theme Name: Nusbaum Lite
Theme URI: https://nusbaummedicalcenters.com
Author: Unified Marketing
Author URI: https://unifiedmktg.com
Description: Ultra-light, purpose-built theme for Nusbaum Medical Centers. Replaces Avada / Theme Fusion. Body-only full-bleed page rendering (raw the_content), theme-owned announce bar + image mega-menu header + footer, one master.css + one master.js design system, clean Rank Math meta/schema output, and a config panel (analytics + code slots). Rebrand via the CSS variables below.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: nusbaum-lite
*/

/* ============================================================
   BRAND TOKENS — the full design system lives in assets/master.css.
   These are only the theme-shell fallbacks (footer/reset) so a page
   renders sanely even before master.css loads.
   ============================================================ */
:root{
  --navy:#0e2a44;
  --navy-deep:#081a2c;
  --gold:#0b79bf;        /* brand blue */
  --gold-soft:#5db4e8;
  --cream:#f3f7fb;
  --ink:#2c3137;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:'Urbanist',system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
