/* ============================================================
   Weber Advertising — site-wide visual base (PROOF)
   Carries the homepage's calm, modern foundation to every page:
   a soft, low-glare background + softened body text.
   Loaded after the other override files.
   (Nav, footer, and fonts are already global via
   nav-modern.css / footer-modern.css / fonts-modern.css.)
   ============================================================ */

body{
  /* replace the old #dbdbdc + grey-gradient-bar image with the calm
     light-grey canvas used on the homepage */
  background-color:#e8ebef !important;
  background-image:none !important;
  color:#2b313a;
}
