/*
Theme Name: Gridlove Child
Template: gridlove
Description: Child theme for Lighthouse-oriented tweaks (skip link, font hints, lighter head).
Version: 1.0.0
*/

/* Skip link: hidden until keyboard focus (WCAG / PageSpeed a11y) */
.screen-reader-text.skip-link:focus {
	clip: auto !important;
	clip-path: none;
	height: auto;
	width: auto;
	position: fixed;
	left: 6px;
	top: 6px;
	z-index: 100000;
	padding: 12px 16px;
	background: #1d2327;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
	border-radius: 2px;
}
