/*
Theme Name:        Open in Arizona
Theme URI:         https://openinarizona.com
Description:       Child theme of Twenty Twenty-Five for Open in Arizona, a documentary series profiling Arizona small-business owners. Produced by Dez Visuals Media, LLC.
Author:            Dez Visuals Media, LLC
Author URI:        https://dezvisuals.com
Template:          twentytwentyfive
Version:           1.0.4
Requires at least: 6.7
Tested up to:      6.8
Requires PHP:      7.2
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       openinaz
*/

/* Styles are managed via theme.json. Add custom CSS below only when a
   theme.json setting can't express it. */

/* Remove the default block gap between the top-level header/main/footer
   template sections so full-width backgrounds meet edge to edge. */
:where(.wp-site-blocks) > * {
	margin-block-start: 0;
}

/* Links on dark backgrounds (header/footer bars) need light text for contrast. */
.has-cactus-deep-background-color a:where(:not(.wp-element-button)),
.has-mesquite-background-color a:where(:not(.wp-element-button)) {
	color: var(--wp--preset--color--sand);
}
.has-cactus-deep-background-color a:where(:not(.wp-element-button)):hover,
.has-mesquite-background-color a:where(:not(.wp-element-button)):hover {
	color: var(--wp--preset--color--paper);
}

/* Larger tap-friendly links in the mobile overlay menu. */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	font-size: 1.5rem;
}
