/*
Theme Name: AskThePaw
Theme URI: https://askthepaw.com/
Author: Nest SEO
Author URI: https://askthepaw.com/
Description: A fully custom, ultra-light FSE block theme for AskThePaw — a pet information site built on the PetMD model (symptoms, breeds, food, care) with contextual affiliate product boxes. Focus: speed (Core Web Vitals), SEO/GEO and trust (E-E-A-T).
Version: 0.1.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: allpets
Tags: full-site-editing, block-patterns, custom-colors
*/

/*
 * Everything visual lives in theme.json (design tokens) and assets/css/main.css
 * (the ap-* components). This file holds only minimal global additions.
 */

html { scroll-behavior: smooth; }

:where(a, button, input, select, textarea):focus-visible {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 2px;
}
