/*
Theme Name: Agent Base Theme
Theme URI: https://www.novasterion.com/
Author: NovAsterion
Description: A deliberately small block theme whose theme.json is the design system. It supplies tokens, templates and patterns, and nothing else - all visual decisions live in theme.json so an agent can read them instead of inventing values per page.
Requires at least: 6.9
Tested up to: 7.1
Requires PHP: 7.4
Version: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agent-base-theme
Tags: block-theme, full-site-editing, one-column, custom-colors, custom-menu, editor-style, wide-blocks
*/

/*
 * Intentionally almost empty.
 *
 * Everything visual belongs in theme.json so it is exposed as design tokens
 * through the Styles UI and through wp-agent-builder/get-design-system. Adding
 * rules here creates styling an agent cannot see and a user cannot edit.
 *
 * Only put a rule here when theme.json genuinely cannot express it.
 */

/* Skip link, which theme.json has no slot for. */
.skip-link:focus {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	padding: 0.75rem 1.25rem;
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--text);
	text-decoration: underline;
}
