/*
Theme Name: Aurora Commerce
Theme URI: https://example.com/aurora-commerce
Author: Aurora Commerce
Author URI: https://example.com/aurora-commerce
Description: Professional WooCommerce block theme with selectable design styles (style variations), built on Full Site Editing.
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aurora-commerce
Tags: e-commerce, block-styles, full-site-editing, custom-colors, custom-logo, wide-blocks, accessibility-ready
WC requires at least: 9.0
WC tested up to: 9.9
*/

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}

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

.skip-link.screen-reader-text:focus {
	clip: auto;
	height: auto;
	width: auto;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: normal;
	padding: 15px 23px 14px;
	color: var(--wp--preset--color--contrast, #111);
	background-color: var(--wp--preset--color--base, #fff);
	text-decoration: none;
	z-index: 100000;
}

@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;
	}
}
