/*
Theme Name: Downside Up
Author: Franklyn Okafor
Author URI: https://github.com/FranklynOkafor
Description: Custom WordPress theme for Downside Up Financial Partners
Version: 1.0.0
Text Domain: downside-up
*/

/*
   All actual styling lives in the design-system partials
   (assets/css/_variable.css, _typography.css, _layout.css, etc.),
   loaded via inc/enqueue.php. Nothing else belongs in this file —
   it previously had `body { font-family: Arial, sans-serif; }` here,
   and because this file is enqueued LAST in the dependency chain,
   that rule was silently overriding every font-family set in
   _typography.css on every page, including the header and footer.
*/
