/*
Theme Name: Unity Block Theme
Theme URI: https://unityoffoxvalley.org
Author: AJ Javadi
Author URI: https://unityoffoxvalley.org
Description: Block (FSE) theme for Unity of Fox Valley church — gold and midnight palette, clean layout.
Requires at least: 6.1
Tested up to: 6.7
Requires PHP: 8.0
Version: 1.0.0
Text Domain: unity-block-theme
Tags: full-site-editing, block-theme, church, gold, one-column, responsive
*/

/* Optional: small tweaks that don’t belong in theme.json */

/* Keyboard focus (aligns with UFV / UWM accessibility expectations) */
a:focus-visible,
.wp-block-button__link:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--wp--preset--color--midnight, #142744);
	outline-offset: 2px;
}

