/*
 Theme Name:   BWS Theme for GeneratePress
 Theme URI:    https://bridgewebsolutions.com
 Description:  Custom child theme for GeneratePress
 Author:       David Mitchell
 Author URI:   
 Template:     generatepress
 Version:      2025-06-23
*/


/* Add page transition effect unless user prefers no animations */
@media screen and (prefers-reduced-motion: no-preference) {
	@view-transition {
		navigation: auto;
	}
	/* Optionally set animation-duration */
	::view-transition-group(root) {
	}
}


/* Change underline thickness --
 * avoiding setting all the text-decoration styles so as not to add underlining to header/menu links
 */
a:not([class*=button]) {
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.12em;
}
a:hover:not([class*=button]) {
	text-decoration-thickness: 0.125rem;
}
