/*
Theme Name: Diamond Stack Kadence
Theme URI: https://diamondstack.co.za
Description: Kadence child theme for Diamond Stack — dark luxury digital aesthetic. Engineered for precision, performance, and visual impact. Uses native WordPress block patterns only.
Author: Erwee Coetzee
Author URI: https://diamondstack.co.za
Template: kadence
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: diamondstack-kadence
Tags: dark, luxury, e-commerce, custom-colors, block-patterns
Requires at least: 6.0
Requires PHP: 7.4
*/

/* ======================================================================
   CORE BLOCK OVERRIDES (GUTENBERG)
   Forcing white text on nested spans in dark code blocks
====================================================================== */

body .entry-content .wp-block-preformatted *,
body .entry-content .wp-block-code code * {
    color: #f5f5f5 !important;
}