/*
Theme Name: Digital Dudes Media
Theme URI: https://www.digitaldudesmedia.com
Author: Digital Dudes Media
Author URI: https://www.digitaldudesmedia.com
Description: Official custom WordPress theme for Digital Dudes Media (DDM) — a premium AI + Business media publication. "Where AI Meets Business."
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ddm
Tags: dark, blue, one-column, custom-menu, featured-images, full-width-template, editor-style, translation-ready

Digital Dudes Media theme. Editorial/media theme built for AI, business and
technology content. Structural CSS lives here for WP theme detection;
the full design system is enqueued from assets/css/main.css.
*/

/* Minimal base reset — full styles are in assets/css/main.css */
* { box-sizing: border-box; }
body { margin: 0; }
