/*
Theme Name: Auron-Theme
Theme URI: https://be-art.sk/auron-theme
Author: Marián Činčura - BeArt TM
Author URI: https://be-art.sk
Description: Universal, high-performance, responsive WordPress Block Theme (Full Site Editing / Gutenberg) built for a premium investment / luxury bullion aesthetic. Zero external dependencies, mobile-first, WooCommerce ready (FSE block templates).
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: auron-theme
Tags: full-site-editing, block-patterns, custom-colors, custom-menu, editor-style, featured-images, rtl-language-support, translation-ready, e-commerce
*/

/*
 * This is a native WordPress Full Site Editing (FSE) block theme.
 * The vast majority of styling (colors, typography, spacing, layout)
 * is controlled centrally via theme.json so the Site Editor stays the
 * single source of truth. Only minimal, structural fallback rules
 * live here for non-block contexts (e.g. classic widgets, RSS output).
 */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link {
	background: var(--wp--preset--color--primary, #0B1B2B);
	color: var(--wp--preset--color--base, #FFFFFF);
	left: 0;
	padding: 0.75em 1.25em;
	position: absolute;
	top: -100px;
	transform: translateY(-100%);
	transition: transform 0.2s ease;
	z-index: 100000;
}

.skip-link:focus {
	transform: translateY(0);
	top: 0;
}
