/*
Theme Name: Arizonans for the American Dream PAC
Theme URI:
Description: A child theme of Twenty Twenty-Five for Arizonans for the American Dream PAC
Author: Ascent Media
Author URI:
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: azdreampac
*/

/* Import parent theme styles */
@import url("../twentytwentyfive/style.css");

/* Custom styles */

:where(.wp-site-blocks) > * {
	margin-block-start: 0;
}

:where(.wp-site-blocks *:focus) {
	outline-width: 0 !important; 
	outline-style: none !important;
}

/* Smooth scrolling */
html {
	scroll-behavior: smooth;
}

.has-accent-4-color .wp-block-button__link:hover {
	background-color: #fff;
	color: var(--wp--preset--color--accent-1);
	border: fff;
   transition: opacity 0.5s ease-in-out;
}

@media (max-width: 768px) {
	.home-cover {
		min-height: 60vh !important;
	}
}