/*
Theme Name: Small Wonders
Theme URI: https://smallwonderschildcarellc.com
Author: Connor on the Web
Author URI: https://connorontheweb.com
Description: Custom block theme for Small Wonders Childcare, LLC (Davenport, Iowa). Includes a dependency-free panorama walkthrough for facility tours.
Version: 1.1.0
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smallwonders
*/

/* Block themes get nearly all styling from theme.json. Keep this file small. */

/* Skip link is not styled by theme.json. */
.skip-link:focus {
	background-color: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
	outline-offset: 2px;
	padding: 0.75rem 1rem;
	z-index: 999999;
}

/* Give focus rings a consistent, visible treatment everywhere. */
:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
	outline: 3px solid var(--wp--preset--color--primary);
	outline-offset: 2px;
}
