/*
Theme Name: SA
Theme URI: 
Author: Search Above
Author URI: 
Description: Base WordPress theme setup for Search Above — Bootstrap 5, a custom nav walker, and self-hosted Poppins. No page templates included; use as a starting point.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sa
*/

/* ==========================================================================
   Base typography — Poppins everywhere, Bootstrap handles the rest.
   ========================================================================== */

body {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.site-content {
	min-height: 60vh;
}

/* Skip link (accessibility) */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999999;
	padding: 0.75rem 1.25rem;
	background: #000;
	color: #fff;
}
.skip-link:focus {
	left: 0;
}
