/*
Theme Name: Energin
Theme URI: https://energin.com.au
Author: Energin
Description: Block theme for the Energin rebrand. Design tokens generated from the Energin Rebrand Figma file.
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: energin
Tags: block-theme, full-site-editing, business
*/

/*
 * Everything visual lives in theme.json.
 * Only put rules here that theme.json genuinely cannot express.
 */

/* Focus visibility — theme.json cannot set :focus-visible outlines globally. */
:where(a, button, input, select, textarea, .wp-block-button__link):focus-visible {
	outline: 2px solid var(--wp--preset--color--success);
	outline-offset: 2px;
}

/* Respect reduced motion. */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
