/*
Theme Name: Divergent Business & Leadership Coaching
Theme URI: https://divergentleadership.example
Author: Divergent
Author URI: https://www.instagram.com/divergentleadership
Description: Custom theme for Divergent Business & Leadership Coaching. High-end editorial design (Cormorant Garamond + Jost, antique-gold accents) with WooCommerce-powered Products split into Digital and Physical families. Built from the original static mockup.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: divergent
WC requires at least: 7.0
WC tested up to: 9.0
Tags: coaching, business, woocommerce, custom-menu, featured-images
*/

/*
 * The full design system lives in assets/css/styles.css and is enqueued
 * from functions.php. This file only carries the required theme header
 * (WordPress needs a style.css) plus a couple of WordPress-only helpers.
 */

/* WordPress core alignment / caption classes (kept minimal). */
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.alignleft  { float: left;  margin: 0 1.5rem 1rem 0; }
.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;
}
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85rem; color: var(--text-muted); }
