/* HRTailor Direction-B - global brand base layer.
   Sets the Direction-B background and body font on every page served through
   this child theme (body.hrt-themed, applied in header.php).

   The former .hrt-content typography/CTA/form rules were removed: they never
   matched in practice. 10web Builder renders the 5 main pages and the
   template-54/55 chrome without the #content.hrt-content wrapper, and the
   theme's own templates (home.php, single.php) style their content through the
   .hrt-root--b / .b-article scope in direction-b.css instead. */

body.hrt-themed{
  background:#FAFAF7;
  color:#14141A;
  font-family:"IBM Plex Sans",system-ui,sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
