/*
Theme Name: START Promedia Base
Theme URI: https://startpromedia.com/
Author: START Promotional Media
Description: The shared block theme every site in the fleet runs. Per-site differences come from the feature flags in that site's manifest, never from a copy of this theme.
Version: 1.0.0
Requires at least: 6.8
Tested up to: 7.1
Requires PHP: 8.2
Update URI: false
Update URI: false
License: Proprietary
Text Domain: spm-base
Tags: block-patterns, full-site-editing, wide-blocks
*/

/*
 * A block theme takes its design from theme.json, not from this file. What is left here is the
 * handful of rules a preset cannot express, and the brand accent, which is a custom property
 * so that a per-site value can override it without a second stylesheet.
 */

:root {
	--spm-brand-accent: var(--wp--preset--color--accent, #1d4ed8);
}

.spm-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
	padding: 0.75rem 1rem;
	background: var(--wp--preset--color--base, #ffffff);
	color: var(--wp--preset--color--contrast, #111111);
	text-decoration: none;
}

.spm-skip-link:focus {
	left: 0;
}

:where(a):focus-visible,
:where(button):focus-visible {
	outline: 2px solid var(--spm-brand-accent);
	outline-offset: 2px;
}
