/*
Theme Name: PressWire
Theme URI: https://example.com/presswire-theme
Author: Coozmoo Digital Solutions
Author URI: https://example.com
Description: A press-release distribution news theme — dark navy hero, red accents, featured releases grid, category directory, and trusted-brand strip. Built to pair with the "PressWire Distribution" plugin.
Version: 1.0.1
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: presswire
*/

/* Base reset kept minimal — full design lives in assets/css/style.css so it loads after this file cleanly. */
* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
