/* style.css */
/*
 Theme Name:   Twenty Twenty-Five Child
 Template:     twentytwentyfive
 Description:  A child theme for Twenty Twenty-Five, customized for Birthday Invite Builder
 Version:      1.0.0
*/

:where(.wp-site-blocks :focus) {
    outline: none; /* Removes the outline */
    /* Optional: Add alternative style, e.g., box-shadow: 0 0 0 2px currentColor; */
}

button:focus,
.wp-block-button__link:focus {
    outline: none;
    /* Alternative focus style here */
}

