/*
Theme Name: Minimind
Author: Baker Digital Studio
Author URI: https://bakerdigitalstudio.ca/
Description: A simple minimal blog theme to help embrace the a minimal mindset. Minimind provides a clean and clear display for image light blogs.
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minimind
Tags: blog, one-column, full-site-editing, custom-colors, custom-menu, custom-logo, editor-style
*/

/* Focus styles */
:where(.wp-site-blocks *:focus-visible) {
	outline-width: 2px;
	outline-style: solid;
	outline-offset: 2px;
}

a:where(:not(.wp-element-button)) {
	color: currentColor;
}

a:where(:not(.wp-element-button)):hover {
	color: currentColor;
	text-decoration-color: var( --wp--preset--color--highlight );
	text-decoration-thickness: 2px;
}

::selection {
	background-color: var( --wp--preset--color--highlight );
	color: var( --wp--preset--color--base );
}

h1, h2, h3, h4, h5, h6 {
	text-wrap: balance;
} 

blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/* All transtions handled here to respect accessibility preferences */
@media ( prefers-reduced-motion: no-preference ) {		
	a:where(:not(.wp-element-button)) {
		transition: all 0.35s ease-in-out;
	}
}
