/*
Theme Name: DesignWealth
Theme URI: https://designwealth.ca/
Author: FNL Agency
Author URI: https://fnl.agency/
Description: Custom classic WordPress theme for DesignWealth — financial planning, investment guidance, and insurance solutions. Converted from the approved "Website Redesign v2" static prototype. Includes 11 page templates, dynamic navigation & footer menus, Customizer-editable global content, and ACF-powered editable hero copy (with design-accurate fallbacks so it renders perfectly even before ACF is configured).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: designwealth
Tags: business, financial, custom-menu, featured-images, full-width-template, block-styles
*/

/* -----------------------------------------------------------------------------
   The visual design lives in /assets/css/ (design-system.css, chrome.css and the
   per-page stylesheets), enqueued in functions.php. This file carries only the
   WordPress theme header (above) plus a few small helpers. Keep it lightweight so
   child themes can override cleanly.
----------------------------------------------------------------------------- */

body.dw-no-scroll { overflow: hidden; }

/* WordPress core alignment / admin-bar niceties */
.alignleft  { float: left;  margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute !important; word-wrap: normal !important;
}
