/*
Theme Name: Xophz Magic Hat
Theme URI: https://xophz.com
Author: Xopher Pollard
Author URI: https://xophz.com
Description: The ultra-minimal semantic parent theme for Project Compass and YouMeOS. Features Full Site Editing, 24-hour circadian rhythm lighting, and an AI-enhanced Customizer page architect.
Version: 26.9.9
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xophz-magic-hat
Tags: full-site-editing, block-themes, block-patterns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, wide-blocks
Update URI: https://github.com/HalloftheGods/xophz-magic-hat
*/

/* Presentation rules flow through CSS Custom Properties and theme.json */

/* Post titles and headings with links preserve heading color */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.entry-title a,
.wp-block-post-title a {
	color: var(--mh-color-text-heading, #0f172a) !important;
	text-decoration: none;
	transition: color 0.15s ease;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.entry-title a:hover,
.wp-block-post-title a:hover {
	color: var(--mh-color-brand-base, #2563eb) !important;
}

/* Header button wrapping guard */
header .wp-block-buttons,
header .wp-block-button {
	flex-shrink: 0 !important;
	white-space: nowrap !important;
}
