/*
Theme Name:  Love My Car Seat
Theme URI:   https://lovemycarseat.org
Author:      Sherry Matthews Group
Description: Custom theme for lovemycarseat.org (TxDOT Child Passenger Safety), FY26.
             Replaces Themeco Pro / Cornerstone. Built to Nicole's approved comps.
             Actual styles live in assets/css/main.css — this file is the theme header
             plus the accessibility primitives that must never be overridden.
Version:     1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: lovemycarseat
*/

/* ---------------------------------------------------------------------------
   This file intentionally contains only the theme header and two rules that
   must survive any future stylesheet: a visible focus indicator and the
   visually-hidden utility. Everything else is in assets/css/main.css.

   The site this replaces had ZERO :focus rules across 5,378 CSS rules
   (audit A-05). That is the single worst accessibility defect it had, and it
   is fixed here first, before any component exists.
   --------------------------------------------------------------------------- */

:focus-visible {
	outline: 3px solid #14181f;
	outline-offset: 2px;
	border-radius: 2px;
}

/* Never remove an outline without an equivalent replacement. */

.visually-hidden:not(:focus):not(:active) {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
