/*
Theme Name: Glacier Elevated
Theme URI: https://glacierhomeexteriors.com
Author: Glacier Home Exteriors
Author URI: https://glacierhomeexteriors.com
Description: Custom block theme for Glacier Home Exteriors — premium navy + brass aesthetic, modern approachable craftsman positioning, optimized for Core Web Vitals and AI search. Elevated By Design.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glacier-elevated
Tags: block-theme, full-site-editing, custom-colors, custom-fonts, block-styles, block-patterns
*/

/*
 * All styling lives in theme.json + block patterns.
 * This file exists only for the theme header above (required by WP).
 * Any genuinely-global CSS overrides go below.
 */

/* Skip link visible only on keyboard focus */
.skip-link:focus {
	clip: auto !important;
	clip-path: none;
	color: var(--wp--preset--color--navy);
	display: block;
	font-size: 1rem;
	font-weight: 700;
	height: auto;
	left: 16px;
	line-height: normal;
	padding: 16px 24px;
	text-decoration: underline;
	top: 16px;
	width: auto;
	z-index: 100000;
	background: var(--wp--preset--color--cream);
}
