/*
Theme Name: FitHaven
Theme URI: https://fithaven.org/
Author: Haven Media Group
Author URI: https://fithaven.org/
Description: A premium, mobile-first standalone WordPress theme for FitHaven.org. Warm, light editorial surfaces with Electric Blue + Neon Pink accents (dark reserved for intentional accent bands), Poppins headlines and Inter body, a real multi-step Fitness Quiz on a dedicated page (local-only + newsletter invite), an honest FitBall preview module, AEO/schema output, and a clean HMG App integration surface. Not a child theme. Haven 2027 Visual World: Energy Field hero, Campaign Press halftone, Headline Gateway, and the nine-category Motion Atlas.
Version: 2.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fithaven-haven2027
Tags: editorial, fitness, custom-logo, custom-menu, featured-images, translation-ready, threaded-comments, block-styles, wide-blocks
*/

/*
 * The full design system lives in assets/css/main.css (enqueued in functions.php,
 * versioned with filemtime). This file carries the required WordPress theme header
 * and a minimal safety baseline so the theme is valid even if the main stylesheet
 * fails to load.
 */

:root {
	--fh-bg: #FBF7F4;
	--fh-panel: #FFFFFF;
	--fh-blue: #0977AA;
	--fh-pink: #CC1F82;
	--fh-ink: #1B1424;
}

body {
	margin: 0;
	background: var(--fh-bg);
	color: var(--fh-ink);
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #FFFFFF;
	clip: auto !important;
	clip-path: none;
	color: #0977AA;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
