/*
Theme Name: TSF Theme
Theme URI: https://thestreetzfootball.com
Author: Pixels Digital
Description: Theme for The Streetz Football. Templates, menus and the Elementor Kit live here; every editable value and all section markup lives in the TSF Core plugin, so switching themes cannot take the content with it.
Version: 0.1.0
Requires at least: 6.8
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: tsf-theme
Tags: elementor, custom-menu, featured-images
*/

/* Intentionally close to empty. The design system is tsf-core's tokens.css,
   base.css and widgets.css -- keeping it in the plugin is what makes a theme
   switch survivable. Only genuinely template-level rules belong here. */

.tsf-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100;
	padding: 0.75rem 1.25rem;
	background: var(--tsf-brand, #E31E24);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.tsf-skip-link:focus {
	left: 1rem;
	top: 1rem;
}

/* Pages without a hero would otherwise start underneath the fixed header. */
.tsf-main--offset {
	padding-top: 6rem;
}
